get method Null safety

Future<Map<String, dynamic>?> get(
  1. String instrumentKey
)

Implementation

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