InvalidLatitudeException.withValue constructor

const InvalidLatitudeException.withValue(
  1. double value, [
  2. String? message
])

Creates a InvalidLatitudeException object that includes the value that triggered this exception.

Implementation

const InvalidLatitudeException.withValue(double super.value, [super.message])
    : super.withValue();