createGetter property
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;
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.
bool createGetter;