experimentId property

String? experimentId
getter/setter pair

The Firebase A/B Testing experiment ID.

A string of max length 22 characters. Format: exp This is referred to as the tracking id and is different from the experiment id which is used internally by ABT.

Implementation

core.String? experimentId;