LegalCitations class

Constructors

LegalCitations(String id, String? tosText, String tosUrl, String? privacyText, String? privacyUrl, String language, String clickWrapText)
LegalCitations.fromMap(Map map)
factory

Properties

clickWrapText String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
language String
final
privacyText String?
final
privacyUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tosText String?
final
tosUrl String
final

Methods

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

Operators

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