ImageModel constructor

const ImageModel({
  1. Type? type,
  2. File? file,
})

Implementation

const ImageModel({this.type, this.file});