ExpressMethod constructor
ExpressMethod({
- String? id,
- String? title,
- bool? isSelected,
- bool? confirmationRequired,
- List<
String> ? icons, - MethodType? type,
- List<
InputField> ? requiredBillingData, - List<
InputField> ? requiredShippingData, - NativePayData? nativePayData,
Implementation
ExpressMethod({
this.id,
this.title,
this.isSelected,
this.confirmationRequired,
this.icons,
this.type,
this.requiredBillingData,
this.requiredShippingData,
this.nativePayData,
});