Computed4<T1, T2, T3, T4, R> class

Inheritance
Annotations
  • @experimental

Constructors

Computed4({Object? name, Object? statesName1, Object? statesName2, Object? statesName3, Object? statesName4, required R compute(ScopeGet scope, T1 it1, T2 it2, T3 it3, T4 it4), Equals<R>? equals, bool lazy = true})

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

configure(ConfigurableScope scope) FutureOr<void>
configure is used to configure scope synchronously or asynchronously.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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