stringBest constant

BestBitCodec<String> const stringBest

Implementation

static const stringBest = BestBitCodec<String>(codecs: [
  stringCompressed,
  stringStepped,
]);