SharedString constructor

SharedString(
  1. int index,
  2. String text
)

Implementation

SharedString(this.index, this.text);