Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. List dataModelo = allMakers //THIS IS THE MAIN ARRRAY
  2. .where((modelo) =>
  3. modelo["fabricante"] ==
  4. fabricante["fabricante"])
  5. .toList()
  6. .addAll([
  7. {
  8. "id": 0,
  9. "fabricante":
  10. 'Test,
  11. "modelo":
  12. 'Test'
  13. }
  14. ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement