dco_decode_Uuid method

  1. @protected
UuidValue dco_decode_Uuid(
  1. dynamic raw
)
override

Implementation

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