InsertDataCustom constructor

InsertDataCustom(
  1. String type,
  2. dynamic value
)

Implementation

InsertDataCustom(this.type, this.value);