Dart
dart:html
PaymentInstruments
has method
has
PaymentInstruments class
Properties
hashCode
runtimeType
Methods
clear
delete
get
has
keys
set
noSuchMethod
toString
Operators
operator ==
has method
Future
has
(
String
instrumentKey
)
Implementation
Future has(
String
instrumentKey) => promiseToFuture(JS(
""
,
"#.has(#)"
,
this
, instrumentKey));
Cookies management controls