SocialNetworkModel class

Constructors

SocialNetworkModel({int? optInCompreConfie, int? typeSocialNetwork, String? authenticationToken})

Properties

authenticationToken String?
Token retornado pela Rede Social
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
optInCompreConfie int?
Cliente aceita ingressar no movimento Compre e Confie
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeSocialNetwork int?
ID da rede social
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.
override

Operators

operator ==(Object o) bool
The equality operator.
override