createGetter property

bool? createGetter
final

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

final bool? createGetter;