objectKey static method

PathElem objectKey(
  1. String keyName
)

Implementation

static PathElem objectKey(String keyName) => ObjectKey(keyName);