jsonData property
The Object jsonData;
is declaring a property named jsonData
of type Object
in the Poi
class. This property can hold any type of object.
Implementation
Object jsonData;
The Object jsonData;
is declaring a property named jsonData
of type Object
in the Poi
class. This property can hold any type of object.
Object jsonData;