Map<String, dynamic> toJson() => { 'status': status, 'error': error, 'token': token, 'fullName': fullName, 'email': email, };