close property

String get close

Implementation

String get close {
  if (language == french) return '(FR) Close';
  return 'Close';
}