TosAndPrivacyPolicy class

Terms of service(Tos) and Privacy Policy link.

Annotations

Constructors

TosAndPrivacyPolicy({required String tosUrl, required String privacyPolicyUrl})
Set Terms of service url and Privacy Policy url.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
privacyPolicyUrl String
Privacy Policy url.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tosUrl String
Terms of service url.
final

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