factory RoleInfo.fromJson(Map<String, dynamic> json) { return RoleInfo(json['name'], json['title']); }