CoinsImage constructor

CoinsImage({
  1. String? thumb,
  2. String? small,
  3. String? large,
})

Implementation

CoinsImage({
  this.thumb,
  this.small,
  this.large,
});