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