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