I have a question: if I have a `person` class that...
# getting-started
a
I have a question: if I have a
person
class that has
district
and district has a
region
and region has a
country
, how should
person
have the reference to district? atm I have it like:
var district:District?=null
a
@amatos Can you show us the code that you have right now and tell us exactly what you are trying to do?