AppState.archiveDate constructor

const AppState.archiveDate(
  1. Ref<Object?> ref,
  2. DateTime? atDate
)

Implementation

const AppState.archiveDate(this.ref, this.atDate)
    : isArchive = true,
      showAll = false;