get method

dynamic get(
  1. dynamic keyId
)

Implementation

dynamic get(dynamic keyId) => js_util.callMethod(this, 'get', [keyId]);