Records.fromJson constructor

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

Implementation

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