FlutterCombainFloorMap class

Available extensions

Constructors

FlutterCombainFloorMap({required String imageURL, required double latSW, required double lonSW, required double latNE, required double lonNE, required double latTopLeft, required double lonTopLeft})

Properties

hashCode int
The hash code for this object.
no setteroverride
imageURL String
getter/setter pair
latNE double
getter/setter pair
latSW double
getter/setter pair
latTopLeft double
getter/setter pair
lonNE double
getter/setter pair
lonSW double
getter/setter pair
lonTopLeft double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode() Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prettyPrint() String

Available on FlutterCombainFloorMap, provided by the FlutterCombainFloorMapToString extension

toString() String
A string representation of this object.
inherited
toStringPretty() String

Available on FlutterCombainFloorMap, provided by the FlutterCombainFloorMapExtension extension

Operators

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

Static Methods

decode(Object result) FlutterCombainFloorMap