PotentialRights.parse constructor
PotentialRights.parse(
- Map json
Implementation
factory PotentialRights.parse(Map json) =>
PotentialRights._(DateTime.tryParse(json["end"]));
factory PotentialRights.parse(Map json) =>
PotentialRights._(DateTime.tryParse(json["end"]));