read property Null safety
override
Implementation
bool? get read => _$this._read;
covariantoverride
Implementation
set read(covariant bool? read) => _$this._read = read;
bool? get read => _$this._read;
set read(covariant bool? read) => _$this._read = read;