hidden property

  1. @JsonKey(name: 'hidden')
bool hidden
final

If the current user comment is hidden

Implementation

@JsonKey(name: 'hidden')

/// If the current user comment is hidden
final bool hidden;