toOptions method
Generate a CoordinatesOptions from the current Coordinates.
Implementation
CoordinatesOptions<E> toOptions() => CoordinatesOptions<E>(
type,
values: value.map((Coordinate coordinate) => coordinate.value).toList(),
);
Generate a CoordinatesOptions from the current Coordinates.
CoordinatesOptions<E> toOptions() => CoordinatesOptions<E>(
type,
values: value.map((Coordinate coordinate) => coordinate.value).toList(),
);