geographyClassNames property

List<String> get geographyClassNames

Implementation

static List<String> get geographyClassNames => [
  'GeographyPoint',
  'GeographyLineString',
  'GeographyPolygon',
  'GeographyGeometryCollection',
];