RepoDeleteRecordOutput.fromJson constructor

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

Implementation

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