isReadOnly property

bool get isReadOnly

Whether this tool only reads data (no side effects).

Implementation

bool get isReadOnly => false;