isEmpty property

  1. @override
bool isEmpty
override

Is list empty?

Implementation

@override
bool get isEmpty {
  return _cards.isEmpty;
}