UseCaseInputInstructionOverrides class final

Partial input overrides. Omit a field to leave the parent value; pass an explicit null to clear debounce/throttle/rateLimit.

Constructors

UseCaseInputInstructionOverrides({Object? debounce = copyWithUnset, Object? throttle = copyWithUnset, Object? rateLimit = copyWithUnset, UseCaseInputConflictPolicy? conflictPolicy})
const

Properties

conflictPolicy UseCaseInputConflictPolicy?
final
debounce Object?
final
hasDebounceOverride bool
no setter
hashCode int
The hash code for this object.
no setterinherited
hasRateLimitOverride bool
no setter
hasThrottleOverride bool
no setter
rateLimit Object?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
throttle Object?
final

Methods

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