PreciseDateTime.fromJson constructor
Constructs a PreciseDateTime from the provided json
.
Implementation
factory PreciseDateTime.fromJson(Map<String, dynamic> json) =>
_$PreciseDateTimeFromJson(json);
Constructs a PreciseDateTime from the provided json
.
factory PreciseDateTime.fromJson(Map<String, dynamic> json) =>
_$PreciseDateTimeFromJson(json);