menu
textcrypt package
documentation
pipeline.dart
CodecPipeline
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Returns whether the pipeline is empty.
Implementation
bool get isEmpty => codecs.isEmpty;
textcrypt package
documentation
pipeline
CodecPipeline
isEmpty property
CodecPipeline class