OpsItemDataValue constructor
OpsItemDataValue({
- OpsItemDataType? type,
- String? value,
Implementation
OpsItemDataValue({
this.type,
this.value,
});
OpsItemDataValue({
this.type,
this.value,
});