hide property

  1. @JsonKey(name: r'hide')
List<ConsequenceHide>? hide
final

Records to hide. By default, you can hide up to 50 records per rule.

Implementation

@JsonKey(name: r'hide')
final List<ConsequenceHide>? hide;