isEmpty property

  1. @override
bool isEmpty
override

Returns true if this is empty.

Implementation

@override
bool get isEmpty => series.isEmpty;