toYesNo method

String toYesNo()

Implementation

String toYesNo() {
  return this ? 'Yes' : 'No';
}