Model class

Implementers
Annotations
  • @JS()

Constructors

Model()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
linkDataArray List
getter/setter pair
nodeDataArray List
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addChangedListener(dynamic fn(ChangedEvent)) → void
addNodeData(dynamic data) → void
assignAllDataProperties(dynamic data, dynamic props) → void
commit(dynamic fn(Model model)) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeNodeData(dynamic data) → void
setDataProperty(dynamic data, String prop, dynamic val) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(dynamic obj) Model