ImageState constructor

ImageState({
  1. String? reason,
  2. ImageStatus? status,
})

Implementation

ImageState({
  this.reason,
  this.status,
});