CoordinateException constructor

const CoordinateException([
  1. String? message
])

Creates a CoordinateException object.

Implementation

const CoordinateException([this.message]) : value = null;