DataString constructor

const DataString(
  1. int id,
  2. String value
)

Implementation

const DataString(this.id, this.value);