LocalizableStringHelper extension
Extension helpers for nullable LocalizableString objects.
Properties
- use → LocalizableString
-
Available on LocalizableString?, provided by the LocalizableStringHelper extension
Returns the LocalizableString itself or an empty instance if null.no setter - verified → LocalizableString?
-
Available on LocalizableString?, provided by the LocalizableStringHelper extension
Returns this instance if it contains at least one string; otherwise null.no setter
Methods
-
localize(
String language) → String? -
Available on LocalizableString?, provided by the LocalizableStringHelper extension
Returns the localized string for the givenlanguage.