kReservedPropertyKeys top-level constant

Set<String> const kReservedPropertyKeys

Reserved property keys.

Implementation

const Set<String> kReservedPropertyKeys = <String>{
  'data',
  'context',
  'experimentId',
  'variantId',
  'experimentEpoch',
};