unpack method

TextureT unpack()

Implementation

TextureT unpack() =>
    TextureT(uri: uri, embeddedImage: embeddedImage?.unpack());