comparableBuilders property

bool comparableBuilders
final

Whether builders should implement operator== and hashCode, making them comparable.

May only be used with nestedBuilders: false and if the builder class is fully generated.

Implementation

final bool comparableBuilders;