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