toMap property

Map<HourStatus, String> toMap
final

Implementation

static final toMap = {for (var v in HourStatus.values) v: v.toString()};