replies property

  1. @JsonKey(name: 'replies')
List<Comment> get replies
inherited

The replies to the comment

Implementation

@JsonKey(name: 'replies')
List<Comment> get replies => throw _privateConstructorUsedError;