ThirdPartyServiceProvider constructor

ThirdPartyServiceProvider({
  1. required String name,
  2. required String type,
  3. required String identifier,
  4. required List events,
  5. required List marketingEvents,
  6. dynamic rules,
})

Implementation

ThirdPartyServiceProvider({
  required this.name,
  required this.type,
  required this.identifier,
  required this.events,
  required this.marketingEvents,
  this.rules,
});