isNotEmpty property

bool get isNotEmpty

Returns whether the pipeline is not empty.

Implementation

bool get isNotEmpty => codecs.isNotEmpty;