dco_decode_isize method

  1. @protected
PlatformInt64 dco_decode_isize(
  1. dynamic raw
)
override

Implementation

@protected
PlatformInt64 dco_decode_isize(dynamic raw) {
  // Codec=Dco (DartCObject based), see doc to use other codecs
  return dcoDecodeI64(raw);
}