Segment constructor

Segment({
  1. required Map<String, dynamic> persona,
})

Implementation

Segment({required this.persona}) : super() {
  type = HitCategory.SEGMENT;
}