toStringOverride property
Whether to generate a toString
or not
If null, picks up the default values from the project's build.yaml
.
If that value is null too, generates a toString
only if the class
has no custom toString
.
Implementation
final bool? toStringOverride;