ImageModel constructor

ImageModel({
  1. String? image,
})

Implementation

ImageModel({
  this.image,
});