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