connect property

String get connect

Implementation

String get connect {
  if (language == french) return "(FR) Connect";
  return "Connect";
}