方法

Future (
  1. String instrumentKey
)

实现

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