ImageRefProfile constructor

ImageRefProfile({
  1. required RefCountedObjectProfile refInfo,
  2. required ImageProfile imageInfo,
  3. required ImageSource? imageSource,
})

Implementation

ImageRefProfile({
  required this.refInfo,
  required this.imageInfo,
  required this.imageSource,
});