inExperiment property Null safety

bool? inExperiment
final

Whether the rule or fallthrough is part of an experiment when kind is LDKind.RULE_MATCH or LDKind.FALLTHROUGH.

For all other kinds, this field is undefined.

Implementation

final bool? inExperiment;