dco_decode_list_prim_u_8_strict method

  1. @protected
Uint8List dco_decode_list_prim_u_8_strict(
  1. dynamic raw
)

Implementation

@protected
Uint8List dco_decode_list_prim_u_8_strict(dynamic raw) {
  // Codec=Dco (DartCObject based), see doc to use other codecs
  return raw as Uint8List;
}