isNotEmpty property

  1. @override
bool isNotEmpty
override

Returns true if the collection has at least one element.

Implementation

@override
bool get isNotEmpty => list.isNotEmpty;