ContactingPermission class

Constructors

ContactingPermission({required bool termsAndConditions, required bool privacyOverview, required bool email, required bool sms, required bool line, required bool facebookMessenger, required bool webPush})

Properties

email bool
getter/setter pair
facebookMessenger bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
line bool
getter/setter pair
privacyOverview bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sms bool
getter/setter pair
termsAndConditions bool
getter/setter pair
webPush bool
getter/setter pair

Methods

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

Operators

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