Page.fromMap constructor

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

Implementation

Page.fromMap(String oldId, Map body) : super.fromMap(oldId, body) {
  this.location = body['dl'];
  this.type = HitCategory.PAGEVIEW;
}