isNotEmptyOrNull property

bool isNotEmptyOrNull

check list is neither empty nor null

Example:

list.isNotEmptyOrNull // false

Implementation

bool get isNotEmptyOrNull => FxList.isNotEmptyOrNull(this);