RelativeDayResult constructor
const
RelativeDayResult(
- SimpleRelativeDay type, {
- 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});