ContentsImageObject constructor
ContentsImageObject({})
Implementation
ContentsImageObject({
required this.size,
required this.idiom,
required this.filename,
required this.scale,
this.platform,
this.appearances,
});