RepoStrongRef.fromJson constructor

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

Implementation

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