CDPEvent constructor

CDPEvent({
  1. String en = "",
  2. List<Map<String, dynamic>> items = const [],
  3. Map<String, dynamic> objectProps = const {},
  4. Map<String, dynamic> customerProps = const {},
  5. Map<String, dynamic> userProps = const {},
})

Implementation

CDPEvent({
  this.en = "",
  this.items = const [],
  this.objectProps = const {},
  this.customerProps = const {},
  this.userProps = const {},
}) {
  eventProps = {};
}