status property

bool status

Implementation

bool get status => _status;
void status=(bool value)

Implementation

set status(bool value) {
  _status = value;
}