FamilyConfiguration class

@author Brian Pontarelli

Inheritance
Annotations
  • @JsonSerializable()

Constructors

FamilyConfiguration({bool allowChildRegistrations, String confirmChildEmailTemplateId, bool deleteOrphanedAccounts, num deleteOrphanedAccountsDays, String familyRequestEmailTemplateId, num maximumChildAge, num minimumOwnerAge, bool parentEmailRequired, String parentRegistrationEmailTemplateId})
FamilyConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

allowChildRegistrations bool
getter/setter pair
confirmChildEmailTemplateId String
getter/setter pair
deleteOrphanedAccounts bool
getter/setter pair
deleteOrphanedAccountsDays num
getter/setter pair
enabled bool
getter/setter pairinherited
familyRequestEmailTemplateId String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maximumChildAge num
getter/setter pair
minimumOwnerAge num
getter/setter pair
parentEmailRequired bool
getter/setter pair
parentRegistrationEmailTemplateId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited