ReportRowDimensionValue constructor

ReportRowDimensionValue({
  1. String? displayLabel,
  2. String? value,
})

Implementation

ReportRowDimensionValue({this.displayLabel, this.value});