parseList property

List<Comment> Function(dynamic value) parseList

Parses List of Comment instances from a given value.

Value can be one of the following:

Implementation

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