endBeforeStart property

String get endBeforeStart

Implementation

String get endBeforeStart =>
    isChinese ? '结束时间不能早于开始时间' : 'End time cannot be before start time';