customParameterNameGenerator property

String Function(Object? value, int index)? customParameterNameGenerator
getter/setter pair

Custom generator for parameter names based on property values and indices.

Implementation

String Function(Object? value, int index)? customParameterNameGenerator;