records property

String get records

Implementation

String get records {
  if (language == french) return '(FR) Records';
  return 'Records';
}