arrayValue property

List<ToolValue>? get arrayValue

Implementation

List<ToolValue>? get arrayValue =>
    this is ArrayToolValue ? (this as ArrayToolValue).value : null;