toJson method
Implementation
Map toJson() => {
'id': super.id,
'idNumber': _idNumber,
'fullName': _fullName,
'dateOfBirth': _dateOfBirth,
'email': _email,
'mobile': _mobile,
'tasks': _tasks,
'badge': _badges
};