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