ImageModel constructor
ImageModel({})
Implementation
ImageModel({
required this.logoCircleLight,
this.logoCircleDark,
this.logoSquareLight,
this.logoSquareDark,
this.bgImageLight,
this.bgImageDark,
});
ImageModel({
required this.logoCircleLight,
this.logoCircleDark,
this.logoSquareLight,
this.logoSquareDark,
this.bgImageLight,
this.bgImageDark,
});