enableABTest property

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

Incidates whether this search will be considered in A/B testing.

Implementation

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