Accessing private variables

At 24:56, how can we access fs.city, when city is a private variable ?

hey @Coding_Mamba, we have constructed the object of class and accessed the private member with the help of constructor.
After that this object is pushed to map as value where key is name. With fs.city we are accessing content of map.