reset property

String get reset

Implementation

String get reset {
  if (language == french) return '(FR) Reset';
  return 'Reset';
}