spring property

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

Implementation

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