get 方法

Future get(
  1. String id
)

实现

Future get(String id) => promiseToFuture(JS("", "#.get(#)", this, id));