String periodLabel

A string representing the current period (e.g., 'a.m.').

Source

String get periodLabel => period == DayPeriod.am ? 'a.m.' : 'p.m.';