ResCollection class

Inheritance

Constructors

ResCollection(ResClient _client, String rid)

Properties

client ResClient
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
items List
no setter
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) ResEvent?
override
initData(dynamic data) → dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() List
toString() String
A string representation of this object.
inherited
updateData(dynamic newData) List<ResEvent>
override

Operators

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