Parses List of Image instances from a given value.
Value can be one of the following:
dynamic
static List<Image> Function(dynamic value) get parseList => ImageMapper.container.fromValue<List<Image>>;