supported property

List<String> get supported

Returns a read-only view of the supported codec names.

Implementation

static List<String> get supported => List.unmodifiable(_codecs.keys);