has method Null safety
- String instrumentKey
Implementation
Future has(String instrumentKey) =>
promiseToFuture(JS("", "#.has(#)", this, instrumentKey));
Future has(String instrumentKey) =>
promiseToFuture(JS("", "#.has(#)", this, instrumentKey));