Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'employeeId'] = employeeId; json[r'pin'] = pin; return json; }