UParkingPlateStatusResponse class
Constructors
-
UParkingPlateStatusResponse({required String licencePlate, required List<
UParkingPlateFlagResponse> flags, required bool hasActiveSubscription, required bool isBanned, required bool isInside, UVehicleResponse? vehicle, UParkingSubscriptionResponse? subscription, UParkingPlateFlagResponse? reservation, UParkingReportResponse? openReport, UParkingTariffResponse? tariff}) - UParkingPlateStatusResponse.fromJson(String str)
-
factory
-
UParkingPlateStatusResponse.fromMap(Map<
String, dynamic> json) -
factory
Properties
-
flags
→ List<
UParkingPlateFlagResponse> -
final
- hasActiveSubscription → bool
-
final
- hasAnyWarning → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isBanned → bool
-
final
- isInside → bool
-
final
- licencePlate → String
-
final
- openReport → UParkingReportResponse?
-
final
- reservation → UParkingPlateFlagResponse?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscription → UParkingSubscriptionResponse?
-
final
- tariff → UParkingTariffResponse?
-
final
- vehicle → UVehicleResponse?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited