Record.fromJson constructor

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

Implementation

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