UParkingStaffCreateParams class

Constructors

UParkingStaffCreateParams({required String parkingId, required String userName, required String password, required List<int> tags, String? firstName, String? lastName, String? phoneNumber, String? shiftTitle, int maxDiscountPercent = 0, String detail1 = "", String detail2 = "", String? id, String? creatorId, List<String>? adminUserIds})
UParkingStaffCreateParams.fromJson(String str)
factory
UParkingStaffCreateParams.fromMap(Map<String, dynamic> json)
factory

Properties

adminUserIds → List<String>?
final
creatorId → String?
final
detail1 → String
final
detail2 → String
final
firstName → String?
final
hashCode → int
The hash code for this object.
no setterinherited
id → String?
final
lastName → String?
final
maxDiscountPercent → int
final
parkingId → String
final
password → String
final
phoneNumber → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
shiftTitle → String?
final
tags → List<int>
final
userName → 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