Data constructor

Data(
  1. String type,
  2. String value
)

Implementation

Data(this.type, this.value);