string method

String string(
  1. String key
)

Get String by String key.

Throws SquintException if key is not found.

Implementation

String string(String key) => stringNode(key).data;