unpack method
Implementation
EmbeddedImageT unpack() => EmbeddedImageT(
bytes: const fb.Uint8ListReader(lazy: false).vTableGetNullable(_bc, _bcOffset, 4),
componentCount: componentCount,
componentType: componentType,
width: width,
height: height);