factory ViewBadge({ _i2.String? tooltip, _i2.num? value, }) => ViewBadge._( tooltip: tooltip, value: value, );