StringItem constructor

StringItem(
  1. String value
)

Creates a string item.

Implementation

StringItem(this.value);