RelativeDayResult constructor

const RelativeDayResult(
  1. SimpleRelativeDay type, {
  2. String? weekdayName,
})

Creates a result for the given type, with an optional weekdayName that callers attach only for the weekday buckets. Audited: 2026-06-12 11:26 EDT

Implementation

const RelativeDayResult(this.type, {this.weekdayName});