translate property
String
get
translate
Implementation
String get translate => Get.find<AppController>().localizedValues[this ?? '-'] ?? this ?? '???';
String get translate => Get.find<AppController>().localizedValues[this ?? '-'] ?? this ?? '???';