包含 方法

Future 包含(
  1. String instrumentKey
)

实现

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