I have this model call User with a constructor:
User({ this.id, @required this.email, @required this.name, });
I come from a Javascript backgr