isEmpty property

  1. @override
bool get isEmpty
override

see dart core documentation

Implementation

@override
bool get isEmpty => value.isEmpty;