UParkingBillLineResponse constructor

UParkingBillLineResponse({
  1. required String key,
  2. required double amount,
  3. required bool isFree,
  4. int? minutes,
})

Implementation

UParkingBillLineResponse({required this.key, required this.amount, required this.isFree, this.minutes});