CoordinateException.withValue constructor
Creates a CoordinateException object that includes the value that triggered this exception.
Implementation
const CoordinateException.withValue(this.value, [this.message]);
Creates a CoordinateException object that includes the value that triggered this exception.
const CoordinateException.withValue(this.value, [this.message]);