menu
neomage package
documentation
data/tools/tool.dart
ReadOnlyToolMixin
isDestructive property
isDestructive property
dark_mode
light_mode
isDestructive
property
bool
get
isDestructive
inherited
Whether this tool can cause destructive changes.
Implementation
bool get isDestructive => false;
neomage package
documentation
data/tools/tool
ReadOnlyToolMixin
isDestructive property
ReadOnlyToolMixin mixin