objectValue property

Map<String, ToolValue>? get objectValue

Implementation

Map<String, ToolValue>? get objectValue =>
    this is ObjectToolValue ? (this as ObjectToolValue).value : null;