DimensionValue constructor

DimensionValue({
  1. String? value,
})

Implementation

DimensionValue({
  this.value,
});