AppState.archiveAll constructor

const AppState.archiveAll(
  1. Ref<Object?> ref
)

Implementation

const AppState.archiveAll(this.ref)
    : isArchive = true,
      atDate = null,
      showAll = true;