ImageRefProfile constructor
ImageRefProfile({
- required RefCountedObjectProfile refInfo,
- required ImageProfile imageInfo,
- required ImageSource? imageSource,
Implementation
ImageRefProfile({
required this.refInfo,
required this.imageInfo,
required this.imageSource,
});