parseList property

List<BookImages> Function(dynamic value) parseList

Parses List of BookImages instances from a given value.

Value can be one of the following:

Implementation

static List<BookImages> Function(dynamic value) get parseList =>
  BookImagesMapper.container.fromValue<List<BookImages>>;