customParameterNames property

List<String>? customParameterNames
getter/setter pair

Explicit parameter names (overrides inference).
Must match the length of EqualsAndHashCode.equalizedProperties.

Implementation

List<String>? customParameterNames;