ResModel class

Inheritance

Constructors

ResModel(ResClient _client, String rid)

Properties

client ResClient
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
rid String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
no setteroverride

Methods

handleEvent(String name, dynamic data) ModelChangedEvent?
override
initData(dynamic newData) → dynamic
override
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.
override
updateData(dynamic newData) List<ResEvent>
override

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String index) → dynamic