decodeObject method
This is only intended to be used by automatically generated code, instead of developers.
Implementation
@override
S decodeObject(dynamic raw) {
final rawList = dcoDecodeList(raw);
return _DcoSimpleDecoder(
this,
rawList,
).decode(dcoDecodePrimitiveInt(rawList[0]));
}