status property
bool
get
status
Implementation
bool get status => _status;
set
status
(bool value)
Implementation
set status(bool value) {
_status = value;
}