FamilyInfoMembership constructor

FamilyInfoMembership({
  1. String? acquirePermission,
  2. String? ageGroup,
  3. String? allowedMaturityRating,
  4. bool? isInFamily,
  5. String? role,
})

Implementation

FamilyInfoMembership({
  this.acquirePermission,
  this.ageGroup,
  this.allowedMaturityRating,
  this.isInFamily,
  this.role,
});