TileSetObject class

Constructors

TileSetObject({bool? ellipse, double? height, int? id, String? name, List<Polygon>? polygon, int? rotation, String? type, bool? visible, double? width, double? x, double? y})
TileSetObject.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
rotation ↔ int?
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type ↔ 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