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