Instamojo constructor

const Instamojo({
  1. Key? key,
  2. required bool isConvenienceFeesApplied,
  3. required Environment environment,
  4. required ApiCallType apiCallType,
  5. StylingDetails? stylingDetails,
  6. required InstamojoPaymentStatusListener listener,
})

Implementation

const Instamojo(
    {Key? key,
    required this.isConvenienceFeesApplied,
    required this.environment,
    required this.apiCallType,
    this.stylingDetails,
    required this.listener})
    : super(key: key);