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