decode static method

TopicId? decode(
  1. Unpacker u
)

Implementation

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