aProperty property

String aProperty
read / write

This property is quite fancy, and requires sample code to understand.

AClassWithFancyProperties x = new AClassWithFancyProperties();

if (x.aProperty.contains('Hello')) {
  print("I am indented!");
  if (x.aProperty.contains('World')) {
    print ("I am indented even more!!!");
  }
}