name property

  1. @override
String get name
override

Returns the name/identifier of this codec.

Used for debugging and pipeline identification.

Implementation

@override
String get name => 'Pipeline[${codecs.map((c) => c.name).join(' → ')}]';