isNotEmpty property

bool get isNotEmpty

هل القائمة ليست فارغة

Implementation

bool get isNotEmpty => items.isNotEmpty;