withShowMetric method

GaugeCenterConfig withShowMetric(
  1. bool value
)

Replaces GaugeCenterConfig.showMetric with value.

Implementation

GaugeCenterConfig withShowMetric(bool value) => copyWith(showMetric: value);