MissionKey constructor

MissionKey({
  1. required String sparkType,
  2. required String normalizedValue,
  3. required String country,
  4. required String strategyVariant,
})

Implementation

MissionKey({
  required this.sparkType,
  required this.normalizedValue,
  required this.country,
  required this.strategyVariant,
});