ImageRefPoolSnapshot constructor

ImageRefPoolSnapshot({
  1. required List<ImageRefProfile> imageRefProfiles,
  2. int totalMemoryConsumption = 0,
})

Implementation

ImageRefPoolSnapshot({
  required this.imageRefProfiles,
  this.totalMemoryConsumption = 0,
});