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