factory UFreewayTollsParams.fromMap(Map<String, dynamic> json) => UFreewayTollsParams( licencePlate: json["licencePlate"], refresh: json["refresh"] ?? false, );