TealiumView constructor

TealiumView(
  1. String viewName,
  2. Map<String, Object> dataLayer, {
  3. String type = 'view',
})

Implementation

TealiumView(
  this.viewName,
  Map<String, Object> this.dataLayer, {
  this.type = 'view',
});