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