eventName property

String eventName
getter/setter pair

String eventName; is declaring a property named eventName of type String in the Region class. This property will hold a string value representing the name of an event associated with a specific region.

Implementation

String eventName;