RepoGetRecordInput.fromJson constructor

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

Implementation

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