Images constructor

Images({
  1. String? card,
  2. String? res300,
  3. String? res600,
})

Implementation

Images({
  this.card,
  this.res300,
  this.res600,
});