DFObjects class

Objects节点

Constructors

DFObjects({double? height, int? id, String? name, double? rotation, String? type, bool? visible, double? width, double? x, double? y, List<Property>? properties})
DFObjects.fromJson(Map<String, dynamic> json)

Properties

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
properties List<Property>?
getter/setter pair
rotation double?
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