toJson method
Implementation
Map<String, dynamic> toJson() => {
"id": this.id,
"username": this.username,
"email": this.email,
"gender": this.gender,
"birth": this.birth,
"phone": this.phone,
"area": this.area,
"addr": this.addr,
};