InstamojoLoaded constructor

const InstamojoLoaded({
  1. PaymentOptionModel? paymentOptionModel,
  2. List<NetbankingOptionsChoice>? banks,
  3. @required LoadType? loadType,
  4. String? collectUPIRequest,
  5. String? getUPIStatus,
  6. String? collectCardRequest,
})

Implementation

const InstamojoLoaded(
    {this.paymentOptionModel,
    this.banks,
    @required this.loadType,
    this.collectUPIRequest,
    this.getUPIStatus,
    this.collectCardRequest})
    : assert(loadType != null);