json property
Implementation
Map<String,dynamic> get json => {
'width': width,
'height': height,
'data': data,
'header': header,
'format': format,
'gamma': gamma,
'exposure': exposure,
'type': type,
'mipmapCount': mipmapCount,
'generateMipmaps': generateMipmaps,
'mipmaps': mipmaps,
'flipY': flipY,
'colorSpace': colorSpace,
'anisotropy': anisotropy,
'magFilter': magFilter,
'minFilter': minFilter,
'wrapS': wrapS,
'wrapT': wrapT
};