OpsItemDataValue constructor

OpsItemDataValue({
  1. OpsItemDataType? type,
  2. String? value,
})

Implementation

OpsItemDataValue({
  this.type,
  this.value,
});