GithubOrganizationModel.fromJson constructor

GithubOrganizationModel.fromJson(
  1. Map<String, Object?> json
)

Convert from JSON.

GithubOrganizationModel.fromJson(json);

Implementation

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