smartDashesType property
- @JsonKey.new(name: 'smartDashesType')
getter/setter pair
Implementation
@JsonKey(name: 'smartDashesType')
// Setting data type of this field to be 'dynamic' instead of
// 'SmartDashesType?' for now.
dynamic smartDashesType;