remove property

String get remove

Implementation

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