removedComments property

  1. @JsonKey.new(name: 'removed_comments')
List<ModRemoveCommentView> get removedComments
inherited

Implementation

@JsonKey(name: 'removed_comments')
List<ModRemoveCommentView> get removedComments =>
    throw _privateConstructorUsedError;