Objects class

Constructors

Objects({double? height, int? id, int? gid, String? name, double? rotation, String? typeOrClass, bool? visible, double? width, double? x, double? y, List<Property>? properties, bool? ellipse, bool? point, Text? text})
Objects.fromJson(Map<String, dynamic> json)

Properties

ellipse bool?
getter/setter pair
gid int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double?
getter/setter pair
id int?
getter/setter pair
name String?
getter/setter pair
point bool?
getter/setter pair
polygon List<Polygon>?
getter/setter pair
polyline List<Polygon>?
getter/setter pair
properties List<Property>?
getter/setter pair
rotation double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text Text?
getter/setter pair
typeOrClass String?
getter/setter pair
visible bool?
getter/setter pair
width double?
getter/setter pair
x double?
getter/setter pair
y double?
getter/setter pair

Methods

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

Operators

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