comparisonAttribute property

  1. @JsonKey(name: 'a')
String comparisonAttribute
final

The User Object attribute that the condition is based on. Can be "Identifier", "Email", "Country" or any custom attribute.

Implementation

@JsonKey(name: 'a')
final String comparisonAttribute;