isDurationCollection property

bool get isDurationCollection

Checks if the given this is a DurationCollection.

Implementation

bool get isDurationCollection => equals(DurationCollection);