boolean static method

ToolValue boolean(
  1. bool value
)

Implementation

static ToolValue boolean(bool value) => ToolValue(boolValue: value);