get method

  1. @DomName('PaymentInstruments.get')
  2. @DocsEditable()
  3. @Experimental()
Future<Map> get (String instrumentKey)

Implementation

@DomName('PaymentInstruments.get')
@DocsEditable()
@Experimental() // untriaged
Future<Map> get(String instrumentKey) =>
    promiseToFutureDictionary(JS("", "#.get(#)", this, instrumentKey));