readOnly property

int? readOnly
override

Implementation

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

Implementation

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