CoordinateException constructor
const
CoordinateException([
- String? message
Creates a CoordinateException object.
Implementation
const CoordinateException([this.message]) : value = null;
Creates a CoordinateException object.
const CoordinateException([this.message]) : value = null;