menu
neomage package
documentation
data/tools/tool.dart
ShellToolMixin
isReadOnly property
isReadOnly property
dark_mode
light_mode
isReadOnly
property
bool
get
isReadOnly
inherited
Whether this tool only reads data (no side effects).
Implementation
bool get isReadOnly => false;
neomage package
documentation
data/tools/tool
ShellToolMixin
isReadOnly property
ShellToolMixin mixin