toEnabledDisabled method

String toEnabledDisabled()

Implementation

String toEnabledDisabled() {
  return this ? 'Enabled' : 'Disabled';
}