isTimeZero property

bool get isTimeZero

Implementation

bool get isTimeZero => (Time.fromStr(toNotNull) == Time.fromSeconds(0));