isEmpty property

  1. @override
Future<bool> get isEmpty
override

Determine this dictionary contains nothing.

Implementation

@override
Future<bool> get isEmpty async => await length == 0;