RepoPutRecordOutput.fromJson constructor

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

Implementation

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