isNotEmpty property

bool isNotEmpty

Whether or not this DayTimings object is not empty.

Implementation

bool get isNotEmpty => !isEmpty;