readOnly property

  1. @override
bool get readOnly
override

Indicates if a value is read only.

Implementation

@override
bool get readOnly => dataSchema?.readOnly ?? false;