TextureCompressionFormat constructor

TextureCompressionFormat({
  1. String? alias,
})

Implementation

TextureCompressionFormat({
  this.alias,
});