addImage method

dynamic addImage(
  1. ImageModel imageModel
)

Implementation

addImage(ImageModel imageModel) {
  _imageList.add(imageModel);
}