isFlushed property

  1. @override
bool isFlushed
override

Whether this map is already flushed or not.

Implementation

@override
bool get isFlushed => _m is MFlat;