StringIdText.empty constructor

StringIdText.empty()

Creates an empty StringIdText with empty id and text.

Implementation

StringIdText.empty()
    : id = '',
      text = '';