smartDashesType property

  1. @JsonKey.new(name: 'smartDashesType')
dynamic smartDashesType
getter/setter pair

Implementation

@JsonKey(name: 'smartDashesType')
// Setting data type of this field to be 'dynamic' instead of
// 'SmartDashesType?' for now.
dynamic smartDashesType;