blankLineBetweenFields property
Add a blank line between data class fields.
Example with blank lines if blankLineBetweenFields is set to true:
class MyExample {
... constructor omitted...
final String foo;
final String bar;
@JsonValue("need-caffeine")
final double espresso;
}
{@category generator}
Implementation
final bool blankLineBetweenFields;