ExtraOptions class

Constructors

ExtraOptions({bool isAmountEditable = false, bool isOrderCodeEditable = false, bool shouldShowPaymentResultScreen = false, int? showPaymentResultTimeoutInMillis, PaymentUIMethodsSourceType methodsSourceType = PaymentUIMethodsSourceType.api})

Properties

hashCode int
The hash code for this object.
no setterinherited
isAmountEditable bool
final
isOrderCodeEditable bool
final
methodsSourceType PaymentUIMethodsSourceType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldShowPaymentResultScreen bool
final
showPaymentResultTimeoutInMillis int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited