farmershands
user
User
User.fromJson factory constructor
User.fromJson
User.fromJson
constructor
Null safety
User.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory User.fromJson(Map<String, dynamic> json) => _$UserFromJson(json);
farmershands
user
User
User.fromJson factory constructor
User class
Constructors
User
fromJson
Properties
awsAccessKey
awsSecretKey
awsSessionToken
birth
createdAt
email
hashCode
id
imagePath
isAgreeMarketing
isAgreePrivacy
isAgreeTerms
isSignedIn
name
notificationToken
phoneNumber
runtimeType
type
username
Methods
noSuchMethod
toJson
toString
Operators
operator ==