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