StringMetric constructor
Creates a StringMetric with the given name, optional value, and
optional reason.
Implementation
StringMetric(super.name, {this.value, super.reason});
Creates a StringMetric with the given name, optional value, and
optional reason.
StringMetric(super.name, {this.value, super.reason});