has method

Future has (String instrumentKey)

Implementation

Future has(String instrumentKey) =>
    promiseToFuture(JS("", "#.has(#)", this, instrumentKey));