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