isNotEmpty property
bool
get
isNotEmpty
Returns whether the pipeline is not empty.
Implementation
bool get isNotEmpty => codecs.isNotEmpty;
Returns whether the pipeline is not empty.
bool get isNotEmpty => codecs.isNotEmpty;