additionalAttributes property
- @JsonKey.new(includeToJson: false, includeFromJson: false)
final
A map containing additional attributes that are not serialized to JSON. These attributes can be used for internal processing.
Implementation
@JsonKey(includeToJson: false, includeFromJson: false)
final Map<String, String>? additionalAttributes;