ImageRefPoolSnapshot constructor
- required List<
ImageRefProfile> imageRefProfiles, - int totalMemoryConsumption = 0,
Implementation
ImageRefPoolSnapshot({
required this.imageRefProfiles,
this.totalMemoryConsumption = 0,
});
ImageRefPoolSnapshot({
required this.imageRefProfiles,
this.totalMemoryConsumption = 0,
});