GNBusPass constructor
const
GNBusPass({
- Key? key,
- required String imageUrl,
- required String registrationStatusName,
- required String busPassNo,
- required String fullName,
- required String registrationNo,
- required String boardingPointName,
- required String routeName,
- required String transportDate,
- required String cityName,
- required bool showDateTime,
- required bool isFeeDetail,
- String? feesAmount,
- String? feesPaidAmount,
- String? feesOutstandingAmount,
- bool? isCity = false,
Implementation
const GNBusPass({
super.key,
required this.imageUrl,
required this.registrationStatusName,
required this.busPassNo,
required this.fullName,
required this.registrationNo,
required this.boardingPointName,
required this.routeName,
required this.transportDate,
required this.cityName,
required this.showDateTime,
required this.isFeeDetail,
this.feesAmount,
this.feesPaidAmount,
this.feesOutstandingAmount,
this.isCity = false,
});