CaseExpression constructor

CaseExpression({
  1. String? dimensionName,
})

Implementation

CaseExpression({
  this.dimensionName,
});