removeFlags property

  1. @JsonKey.new(includeIfNull: false, name: 'remove_flags')
List<String>? removeFlags
final

Suspicious activity flag names to remove from all specified users

Implementation

@JsonKey(includeIfNull: false, name: 'remove_flags')
final List<String>? removeFlags;