UParkingUserCreateParams constructor
UParkingUserCreateParams({})
Implementation
UParkingUserCreateParams({
required this.parkingId,
required this.userName,
required this.password,
this.firstName,
this.lastName,
this.phoneNumber,
});