IatParams constructor

IatParams({
  1. required DataType dataType,
  2. String? tag,
})

Implementation

IatParams({
  required this.dataType,
  this.tag,
});