RepoCreateRecordOutput.fromJson constructor

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

Implementation

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