get method Null safety
- String instrumentKey
Implementation
Future<Map<String, dynamic>?> get(String instrumentKey) =>
promiseToFutureAsMap(JS("", "#.get(#)", this, instrumentKey));
Future<Map<String, dynamic>?> get(String instrumentKey) =>
promiseToFutureAsMap(JS("", "#.get(#)", this, instrumentKey));