GraphStateReady<Event> class abstract

Inheritance

Constructors

GraphStateReady({required EntryRef upstreamEntryRef, required GraphData<Event> graphData, required Set<EntryRef> pending})
factory

Properties

copyWith → _$$GraphStateReadyCopyWith<Event, _$GraphStateReady<Event>>
no setter
graphData GraphData<Event>
no setter
hashCode int
The hash code for this object.
no setterinherited
pending Set<EntryRef>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upstreamEntryRef → EntryRef
no setter

Methods

copyAndApply(EntryCollectionSnapshot<Event> snapshot) GraphState<Event>
inherited
map<TResult extends Object?>({required TResult initial(GraphStateInitial<Event> value), required TResult ready(GraphStateReady<Event> value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? initial(GraphStateInitial<Event> value)?, TResult? ready(GraphStateReady<Event> value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult initial(GraphStateInitial<Event> value)?, TResult ready(GraphStateReady<Event> value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult initial(EntryRef upstreamEntryRef)?, TResult ready(EntryRef upstreamEntryRef, GraphData<Event> graphData, Set<EntryRef> pending)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult initial(EntryRef upstreamEntryRef), required TResult ready(EntryRef upstreamEntryRef, GraphData<Event> graphData, Set<EntryRef> pending)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? initial(EntryRef upstreamEntryRef)?, TResult? ready(EntryRef upstreamEntryRef, GraphData<Event> graphData, Set<EntryRef> pending)?}) → TResult?
inherited

Operators

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