PaymentInstruments class
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- PaymentInstruments()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clear(
) → Future< void> -
Available on PaymentInstruments, provided by the PropsPaymentInstruments extension
-
delete(
String instrumentKey) → Future< bool> -
Available on PaymentInstruments, provided by the PropsPaymentInstruments extension
-
get(
String instrumentKey) → Future -
Available on PaymentInstruments, provided by the PropsPaymentInstruments extension
-
has(
String instrumentKey) → Future< bool> -
Available on PaymentInstruments, provided by the PropsPaymentInstruments extension
-
keys(
) → Future< Iterable< String> > -
Available on PaymentInstruments, provided by the PropsPaymentInstruments extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
String instrumentKey, PaymentInstrument details) → Future< void> -
Available on PaymentInstruments, provided by the PropsPaymentInstruments extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited