get method Null safety

Future get (
  1. String id
)

Implementation

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