readOnly property

int? get readOnly
override

Implementation

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

Implementation

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