dco_decode_Uuid method
- @protected
- 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));
}