CustomizationModel class
Constructors
-
CustomizationModel({String borderColor = "#000000", String backgroundColor = "#004C64", String buttonColor = "#0084A0", String logo = "logo_url || base64", bool confetti = false, List<PayChannel> paymentMethod = const [PayChannel.account, PayChannel.card, PayChannel.transfer, PayChannel.ussd, PayChannel.momo]})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited