has method Null safety

Future has (
  1. String instrumentKey
)

Implementation

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