UParkingSubscriptionCreateParams class

Constructors

UParkingSubscriptionCreateParams({required String parkingId, required String licencePlate, required int vehicleType, required List<int> tags, String? customerName, String? customerPhoneNumber, double price = 0, DateTime? startDate, DateTime? expiryDate, int dailyEntryLimit = 0, bool officeHoursOnly = false, String detail1 = "", String detail2 = "", String? id, String? creatorId, List<String>? adminUserIds})
UParkingSubscriptionCreateParams.fromJson(String str)
factory
UParkingSubscriptionCreateParams.fromMap(Map<String, dynamic> json)
factory

Properties

adminUserIds → List<String>?
final
creatorId → String?
final
customerName → String?
final
customerPhoneNumber → String?
final
dailyEntryLimit → int
final
detail1 → String
final
detail2 → String
final
expiryDate → DateTime?
final
hashCode → int
The hash code for this object.
no setterinherited
id → String?
final
licencePlate → String
final
officeHoursOnly → bool
final
parkingId → String
final
price → double
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
startDate → DateTime?
final
tags → List<int>
final
vehicleType → int
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