CoinsCurrentImage constructor

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

Implementation

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