NopListener class abstract

Implementers

Constructors

NopListener()

Properties

data → dynamic
no setter
group Object?
no setter
hashCode int
The hash code for this object.
no setterinherited
isGlobal bool
no setter
label String
no setter
length int
no setter
mounted bool
no setter
popped bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope NopShareScope
getter/setter pair

Methods

contains(Node? node) bool
find<T>({Object? group}) → T?
get<T>({Object? group, int? position = 0}) → T
getDependence() Node?
initWithFirstDependence(Node dependence, dynamic data, Object? group, Type t, [int? position]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAddDependence(Node value) → void
onPop() → void
onRemoveDependence(Node value) → void
toString() String
A string representation of this object.
inherited
uniqueDispose() → void

Operators

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