parse property

BookImages Function(dynamic value) parse

Parses BookImages instance from a given value.

Value can be one of the following:

Implementation

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