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