StringIdText.empty constructor
StringIdText.empty()
Creates an empty StringIdText with empty id and text.
Implementation
StringIdText.empty()
: id = '',
text = '';
Creates an empty StringIdText with empty id and text.
StringIdText.empty()
: id = '',
text = '';