IStore class abstract

Implemented types
Implementers

Constructors

IStore()

Properties

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

Methods

destroy() → void
inherited
emitArgs(String event, List arguments) bool
inherited
emitProperty(PropertyModificationInfo event) → void
inherited
get(String path) AsyncReply<IResource?>
getProperty(String name) → dynamic
inherited
getRecord(IResource resource, DateTime fromDate, DateTime toDate) AsyncReply<KeyList<PropertyTemplate, List<PropertyValue>>?>
invoke(String name, List arguments) → dynamic
inherited
modify(IResource resource, String propertyName, dynamic value, int? age, DateTime? dateTime) bool
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
put(IResource resource) AsyncReply<bool>
record(IResource resource, String propertyName, dynamic value, int? age, DateTime? dateTime) bool
register(String event) → void
inherited
remove(IResource resource) bool
setProperty(String name, dynamic value) → dynamic
inherited
toString() String
A string representation of this object.
inherited
trigger(ResourceTrigger trigger) AsyncReply<bool>
inherited

Operators

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