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