Datum.fromJson constructor

Datum.fromJson(
  1. Map<String, dynamic> json
)

Create a Datum from a JSON map.

Implementation

factory Datum.fromJson(Map<String, dynamic> json) => _$DatumFromJson(json);