GraphData<Event> class

Annotations
  • @freezed

Constructors

GraphData({required Map<EntryRef, Entry<Event>> entries, required Map<EntryRef, Set<EntryRef>> edges})
factory
GraphData.empty()
factory
GraphData.from(EntryCollectionSnapshot<Event> collectionSnapshot)
factory

Properties

copyWith → $GraphDataCopyWith<Event, GraphData<Event>>
no setterinherited
edges Map<EntryRef, Set<EntryRef>>
no setterinherited
entries Map<EntryRef, Entry<Event>>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compare(EntryRef a, EntryRef b, {required Set<EntryRef> pending}) EntryCompareResult<Event>
copyAndApply(EntryCollectionSnapshot<Event> collectionSnapshot) GraphData<Event>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pathTo(EntryRef entryRef) Iterable<Entry<Event>>
toString() String
A string representation of this object.
inherited

Operators

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