Binary data as Uint8List.
static final bytes = Codec<Uint8List>( 'blob', (v) => v as Uint8List, (v) => v, );