UpstreamEntryStatusBehind constructor

UpstreamEntryStatusBehind({
  1. required EntryRef entryRef,
  2. required Set<EntryRef> entryRefs,
})

Implementation

factory UpstreamEntryStatusBehind(
    {required final EntryRef entryRef,
    required final Set<EntryRef> entryRefs}) = _$UpstreamEntryStatusBehind;