coordAll method

List<Position?> coordAll()

Implementation

List<Position?> coordAll() {
  return meta.coordAll(this);
}