CoordinateException.withValue constructor

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

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

Implementation

const CoordinateException.withValue(this.value, [this.message]);