IResource class abstract

Inheritance
Implementers

Constructors

IResource()

Properties

hashCode int
The hash code for this object.
no setterinherited
instance Instance?
getter/setter pair
properyModified Stream<PropertyModificationInfo>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
template TemplateDescriber
no setter

Methods

destroy() → void
inherited
emitArgs(String event, List arguments) bool
inherited
emitProperty(PropertyModificationInfo event) → void
inherited
getProperty(String name) → dynamic
invoke(String name, List arguments) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
off(String event, Function? callback) → void
inherited
on(String event, Function callback) → void
inherited
register(String event) → void
inherited
setProperty(String name, dynamic value) → dynamic
toString() String
A string representation of this object.
inherited
trigger(ResourceTrigger trigger) AsyncReply<bool>

Operators

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