camelCaseAttributes property

  1. @JsonKey(name: r'camelCaseAttributes')
List<String>? camelCaseAttributes
final

Attributes on which to split camel case words.

Implementation

@JsonKey(name: r'camelCaseAttributes')
final List<String>? camelCaseAttributes;