string static method

ToolValue string(
  1. String value
)

Implementation

static ToolValue string(String value) => ToolValue(stringValue: value);