GeomGeoJson class

Constructors

GeomGeoJson({required String type, GeomPoint? points, GeomLine? lines, List<GeomPolygon>? polygons, GeomMultiLine? multilines})
GeomGeoJson.empty()
GeomGeoJson.fromJson(dynamic input)

Properties

hashCode int
The hash code for this object.
no setterinherited
lines GeomLine?
getter/setter pair
multilines GeomMultiLine?
getter/setter pair
points GeomPoint?
getter/setter pair
polygons List<GeomPolygon>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strongType GeomType
no setter
type String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited