ImageDetail constructor

ImageDetail(
  1. String url, {
  2. String title = "",
})

Implementation

ImageDetail(this.url, {this.title = ""}) : super(ResourceType.pic);