Property.simpleCreate()

Source

factory Property.simpleCreate() {

    return new Property(100, 80 ) ;

}