Company constructor

Company({
  1. String? field,
  2. dynamic value,
  3. String? dataType,
})

Implementation

Company({this.field, this.value, this.dataType});