decode static method

PublicRuntimeId? decode(
  1. Unpacker u
)

Implementation

static PublicRuntimeId? decode(Unpacker u) {
  return PublicRuntimeId(u.unpackBinary());
}