readOnly property

bool? get readOnly
override

Implementation

bool? get readOnly => _$this._readOnly;
set readOnly (covariant bool? readOnly)
covariantoverride

Implementation

set readOnly(covariant bool? readOnly) => _$this._readOnly = readOnly;