InvalidMinuteException.withValue constructor
Creates a InvalidMinuteException object that includes the value that triggered this exception.
Implementation
const InvalidMinuteException.withValue(int value, [String? message])
: super.withValue(value, message);