parse property

BookTitle Function(dynamic value) parse

Parses BookTitle instance from a given value.

Value can be one of the following:

Implementation

static BookTitle Function(dynamic value) get parse =>
  BookTitleMapper.container.fromValue<BookTitle>;