type property

String get type

Retourne le type de la géométrie (ex: 'Polygon', 'MultiPolygon').

Implementation

String get type => geom.type;