idFromString method

DurableObjectId idFromString(
  1. String id
)

Implementation

DurableObjectId idFromString(String id) =>
    js_util.callMethod(this, 'idFromString', [id]);