InvalidLongitudeException constructor

const InvalidLongitudeException([
  1. String? message
])

Creates a InvalidLongitudeException object.

Implementation

const InvalidLongitudeException([super.message]);