createGetter property

bool createGetter
getter/setter pair

True if a getter should be created rather than a method. It is an error if this field is true and the list of parameters is non-empty.

Implementation

bool createGetter;