FirstRechargeEntity constructor

FirstRechargeEntity({
  1. required int showEntrance,
  2. required int firstChargeType,
  3. required List<FirstRechargeInfoEntity> props,
})

Implementation

FirstRechargeEntity({required this.showEntrance, required this.firstChargeType, required this.props});