ResEntry class abstract

Implementers

Constructors

ResEntry(ResClient _client, String rid)
ResEntry.fromResource(ResClient client, String type, String rid)
factory

Properties

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

Methods

handleEvent(String name, dynamic data) ResEvent?
initData(dynamic data) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateData(dynamic data) List<ResEvent>

Operators

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