getStatus method

  1. @Deprecated('Please use [checked] instead of this getter.')
bool getStatus()

Implementation

@Deprecated('Please use [checked] instead of this getter.')
bool getStatus() {
  return checked;
}