isFlushed property

  1. @override
bool isFlushed
override

A constant list is always flushed, by definition.

Implementation

@override
bool get isFlushed => true;