factory Assistant.fromJson(Map<String, dynamic> json) { return Assistant( id: json['id'], key: json['key'], ); }