read property

bool? get read
override

Implementation

bool? get read => _$this._read;
set read (covariant bool? read)
covariantoverride

Implementation

set read(covariant bool? read) => _$this._read = read;