InstamojoLoaded constructor
const
InstamojoLoaded({
- PaymentOptionModel? paymentOptionModel,
- List<
NetbankingOptionsChoice> ? banks, - @required LoadType? loadType,
- String? collectUPIRequest,
- String? getUPIStatus,
- String? collectCardRequest,
Implementation
const InstamojoLoaded(
{this.paymentOptionModel,
this.banks,
@required this.loadType,
this.collectUPIRequest,
this.getUPIStatus,
this.collectCardRequest})
: assert(loadType != null);