InsertDataQuill constructor

InsertDataQuill(
  1. DataType type,
  2. String value
)

Implementation

InsertDataQuill(this.type, this.value);