allImageList property

List<String> allImageList

Convert the set to the list

Implementation

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