locationId property
String locationId;
is declaring a property named locationId
of type String
in the
Location
class. This property will be used to store the ID of a location.
Implementation
String locationId;
String locationId;
is declaring a property named locationId
of type String
in the
Location
class. This property will be used to store the ID of a location.
String locationId;