RepoBlock.fromJson constructor

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

Implementation

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