GithubContentModel.fromJson constructor

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

Convert from JSON.

GithubContentModel.fromJson(json);

Implementation

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