NGDependentValue6<T, V1, V2, V3, V4, V5, V6> class

Inheritance

Constructors

NGDependentValue6(NGValue<V1> _dependency1, NGValue<V2> _dependency2, NGValue<V3> _dependency3, NGValue<V4> _dependency4, NGValue<V5> _dependency5, NGValue<V6> _dependency6, NGDependencyMapper6<T, V1, V2, V3, V4, V5, V6> _mapper)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<T>
no setterinherited
value ↔ T
getter/setter pairinherited

Methods

dispose() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateValue() → void
override

Operators

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