isFull property

  1. @override
bool get isFull
override

Implementation

@override
bool get isFull => list.every((e) => e.isFull);