isInYears property

bool get isInYears

Returns true if the Duration is equal to or longer than one year.

Implementation

bool get isInYears => inYears > 0;