lt property
String
get
lt
Localizes the string using translation options.
Example:
"hello".lt; // Localized version of "hello"
Implementation
String get lt => trWithOption();
Localizes the string using translation options.
Example:
"hello".lt; // Localized version of "hello"
String get lt => trWithOption();