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