static Account fromJson(Map<String, dynamic> json) { return Account( id: json['id'], name: json['name'], ); }