isDurationCollection property
bool
get
isDurationCollection
Checks if the given this
is a DurationCollection.
Implementation
bool get isDurationCollection => equals(DurationCollection);
Checks if the given this
is a DurationCollection.
bool get isDurationCollection => equals(DurationCollection);