timeText property

String timeText

Implementation

String get timeText =>
    timeBrackets.firstWhere((b) => b['maxTime'] > time)['text'];