toMap property

Map<MinuteStatus, String> toMap
final

Implementation

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