TaggedField constructor

TaggedField(
  1. String type,
  2. dynamic data
)

Implementation

TaggedField(this.type, this.data);