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