adminPurgedComments property

  1. @JsonKey.new(name: 'admin_purged_comments')
List<AdminPurgeCommentView> get adminPurgedComments
inherited

Implementation

@JsonKey(name: 'admin_purged_comments')
List<AdminPurgeCommentView> get adminPurgedComments =>
    throw _privateConstructorUsedError;