Convert from JSON.
GithubOrganizationModel.fromJson(json);
factory GithubOrganizationModel.fromJson(Map<String, Object?> json) => _$GithubOrganizationModelFromJson(json);