RepoGetRecordOutput.fromJson constructor

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

Implementation

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