TosAcceptance class

Details about the acceptance of the Terms of Service (TOS).

Constructors

TosAcceptance({bool? emailOptIn, String? signer, String? signerTitle, bool? userAccepted})
TosAcceptance.fromJson(Map json_)

Properties

emailOptIn bool?
Whether the user opted in to receive product updates and email communications.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signer String?
The name of the person who accepted the TOS.
getter/setter pair
signerTitle String?
The job title or role of the signer.
getter/setter pair
userAccepted bool?
Whether the user has accepted the Terms of Service.
getter/setter pair

Methods

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

Operators

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