Image constructor

Image(
  1. String url
)

Creates a new Image object from an url

Implementation

Image(this.url);