@override String oneOf(Set<int> allowedValues) => 'Value must be one of the following: ${allowedValues.join(", ")}';