isNext property

bool get isNext

Returns true if the DateDirection is DateDirection.next.

Implementation

bool get isNext => this == DateDirection.next;