Instamojo constructor
const
Instamojo({
- Key? key,
- required bool isConvenienceFeesApplied,
- required Environment environment,
- required ApiCallType apiCallType,
- StylingDetails? stylingDetails,
- 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);