Nuke class

Constructors

Nuke()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose(Iterable<String?> refs) → void
inherited
disposeRefSubscribers(String? ref) → void
inherited
disposeTagged(List tags, {bool matchAny = false}) → void
inherited
getRx(String ref) RX
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause(SubscriptionKey subscriptionKey) → void
inherited
pauseAll() → void
inherited
publish(String? ref, Map data) → void
inherited
registerRx(RX rx) → void
inherited
resume(SubscriptionKey subscriptionKey) → void
inherited
resumeAll() → void
inherited
subscribe(Iterable<String> match, void onData(String? ref, Map data), {String? key}) SubscriptionKey
inherited
toString() String
A string representation of this object.
inherited
unsubscribe(SubscriptionKey? subscriptionKey) → void
inherited
unsubscribeAll() → void
inherited

Operators

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