allImageList property

List<String> get allImageList

convert the set to the list

Implementation

List<String> get allImageList => imageSet.toList()..sort();