read property Null safety

bool? read
override

Implementation

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

Implementation

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