isLunchTime property

bool get isLunchTime

Implementation

bool get isLunchTime => hour == 12 || (hour == 13 && minute == 0);