UParkingSubscriptionResponse class
Constructors
-
UParkingSubscriptionResponse({required String id, required DateTime createdAt, required List<
int> tags, required String parkingId, required String vehicleId, required double price, required DateTime startDate, required DateTime expiryDate, required int dailyEntryLimit, required bool officeHoursOnly, required int remainingDays, UVehicleResponse? vehicle, String? customerName, String? customerPhoneNumber, String? creatorId, UBaseJson? jsonData, UUserResponse? creator, List<String> adminUserIds = const <String>[]}) - UParkingSubscriptionResponse.fromJson(String str)
-
factory
-
UParkingSubscriptionResponse.fromMap(Map<
String, dynamic> json) -
factory
Properties
-
adminUserIds
→ List<
String> -
final
- createdAt → DateTime
-
final
- creator → UUserResponse?
-
final
- creatorId → String?
-
final
- customerName → String?
-
final
- customerPhoneNumber → String?
-
final
- dailyEntryLimit → int
-
final
- expiryDate → DateTime
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- isExpired → bool
-
no setter
- jsonData → UBaseJson?
-
final
- officeHoursOnly → bool
-
final
- parkingId → String
-
final
- price → double
-
final
- remainingDays → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDate → DateTime
-
final
-
final
- vehicle → UVehicleResponse?
-
final
- vehicleId → String
-
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