Segment.fromMap constructor

Segment.fromMap(
  1. String oldId,
  2. Map body
)

Implementation

Segment.fromMap(String oldId, Map body) : super.fromMap(oldId, body) {
  this.type = HitCategory.SEGMENT;
  this.persona = body['s'];
}