DimensionHeader constructor

DimensionHeader({
  1. String? name,
})

Implementation

DimensionHeader({
  this.name,
});