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