of property

String get of

Implementation

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