Consent.fromMap constructor

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

Implementation

Consent.fromMap(String oldId, Map body) : super.fromMap(oldId, body) {
  this.type = HitCategory.CONSENT;
}