use property

Returns the LocalizableString itself or an empty instance if null.

Implementation

LocalizableString get use => this ?? LocalizableString.empty();