Image constructor

Image(
  1. Token name,
  2. String url
)

Implementation

Image(super.name, this.url);