no property

String get no

Implementation

String get no {
  if (language == french) return 'Non';
  return 'No';
}