isReadOnly property

  1. @override
bool get isReadOnly
override

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

Implementation

@override
bool get isReadOnly => true;