isBeforeNow method

bool isBeforeNow()

Verifica se a data é anterior à data atual

Implementation

bool isBeforeNow() => isBefore(DateTime.now());