isWeekday method

bool isWeekday()

Verifica se a data atual é no dia útil (segunda a sexta)

Implementation

bool isWeekday() => !isWeekend();