RepoBlocks.fromJson constructor

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

Implementation

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