isAfterNow method

bool isAfterNow()

Verifica se a data é posterior à data atual

Implementation

bool isAfterNow() => isAfter(DateTime.now());