ImageProfile constructor

ImageProfile({
  1. int bitmapMemoryConsumption = 0,
  2. int hibernationMemoryConsumption = 0,
})

Implementation

ImageProfile({
  this.bitmapMemoryConsumption = 0,
  this.hibernationMemoryConsumption = 0,
});