PotentialRights.parse constructor

PotentialRights.parse(
  1. Map json
)

Implementation

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