enableABTest property

  1. @JsonKey(name: r'enableABTest')
bool? enableABTest
final

Whether to enable A/B testing for this search.

Implementation

@JsonKey(name: r'enableABTest')
final bool? enableABTest;