Images constructor
Images({})
Returns a new Images instance.
Implementation
Images({
required this.fixedHeight,
required this.fixedHeightDownsampled,
required this.fixedHeightStill,
required this.fixedWidth,
required this.fixedWidthDownsampled,
required this.fixedWidthStill,
required this.original,
});