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