If I have this class :
class Person { Person( @required this.name, @required this.age, @required this.job, }); final String name; fi