imageList property

List<String>? get imageList

Implementation

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

Implementation

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