static Map<String, dynamic> toMap(NameModel model) { return {'firstname': model.firstname, 'lastname': model.lastname}; }