factory ProjectRoleUser.fromJson(Map<String, Object?> json) { return ProjectRoleUser( accountId: json[r'accountId'] as String?, ); }