ImageDataModel constructor

ImageDataModel({
  1. ImageType? type,
  2. ImageView? imageView,
  3. String? network,
  4. String? file,
  5. String? asset,
})

Implementation

ImageDataModel(
   { this.type,
     this.imageView,
    this.network,
    this.file,
    this.asset});