WoosSize class

Represents Size class.

Constructors

WoosSize({required num width, required num height})
Default constructor.
WoosSize.fromJson(Map<String, dynamic> json)
Created WoosSize object from JSON Data.

Properties

hashCode int
The hash code for this object.
no setterinherited
height num
height
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width num
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 WoosSize
toString() String
A string representation of this object.
inherited
woosmapObject() String
Return Woosmap Size https://developers.woosmap.com/products/map-api/reference/1.4/#woosmap.map.Size

Operators

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