isFlushed property

  1. @override
bool isFlushed
override

Whether this list is already flushed or not.

Implementation

@override
bool get isFlushed => _l is LFlat;