CustomDimension constructor

CustomDimension({
  1. String? name,
  2. String? value,
})

Implementation

CustomDimension({this.name, this.value});