List<String>? get imageList => _imageList;
set imageList(List<String>? value) { _imageList = value; }