readOnly property
Whether this adapter exposes a non-committable data source.
Datasets derive their dataset-level read-only state from this capability.
Writable adapters should return false; query/view adapters and other
sources that cannot apply changes should return true.
Implementation
@override
final bool readOnly;