EMPTY
The empty string, typed as StringConvertible.
static
EMPTY: StringConvertible
Notes
- This constant can be used in place of an empty string, forcing a property type to
StringConvertible
, e.g. for use with ViewComposite.withPreset().
Related
- type StringConvertibleString type or object that has a toString method.