isNotEmpty property

bool get isNotEmpty

Implementation

bool get isNotEmpty => seconds != 0 || nanos != 0;