FirstRechargeEntity constructor
FirstRechargeEntity({
- required int showEntrance,
- required int firstChargeType,
- required List<
FirstRechargeInfoEntity> props,
Implementation
FirstRechargeEntity({required this.showEntrance, required this.firstChargeType, required this.props});