unpack method

IndicesT unpack()

Implementation

IndicesT unpack() => IndicesT(
  data: const fb.Uint8ListReader(
    lazy: false,
  ).vTableGetNullable(_bc, _bcOffset, 4),
  count: count,
  type: type,
);