has method

Future<bool> has(
  1. String instrumentKey
)

Implementation

Future<bool> has(String instrumentKey) =>
    js_util.promiseToFuture(js_util.callMethod(this, 'has', [instrumentKey]));