WoosPoint class

Represents Point class

Constructors

WoosPoint({required num x, required num y})
Default constructor.
WoosPoint.fromJson(Map<String, dynamic> json)
Created WoosPoint object from JSON Data

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x num
getter/setter pair
y num
y axis value of the point.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, num>
Created JSON Data object from WoosPoint
toString() String
A string representation of this object.
inherited
woosmapObject() String
Return Woosmap Point https://developers.woosmap.com/products/map-api/reference/1.4/#woosmap.map.Point

Operators

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