FamilyInfoMembership class
Family membership info of the user that made the request.
Constructors
- FamilyInfoMembership()
- FamilyInfoMembership.fromJson(Map _json)
Properties
- acquirePermission ↔ String
-
Restrictions on user buying and acquiring content.
read / write
- ageGroup ↔ String
-
The age group of the user.
read / write
- allowedMaturityRating ↔ String
-
The maximum allowed maturity rating for the user.
read / write
- isInFamily ↔ bool
-
read / write
- role ↔ String
-
The role of the user in the family.
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toJson(
) → Map< String, Object> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited