read property
bool?
get
read
Implementation
bool? get read => _read;
set
read
(bool? value)
Implementation
set read(bool? value) {
_read = value;
}