isReadOnly property
bool
get
isReadOnly
Whether this tool only reads data (no side effects).
Implementation
bool get isReadOnly => false;
Whether this tool only reads data (no side effects).
bool get isReadOnly => false;