@protected JSAny cst_encode_list_Uuid(List<UuidValue> raw) { // Codec=Cst (C-struct based), see doc to use other codecs return raw.map(cst_encode_Uuid).toList().jsify()!; }