retryAttempts property

  1. @JsonKey.new(name: 'RetryAttempts', includeIfNull: false)
int? retryAttempts
final

Implementation

@JsonKey(name: 'RetryAttempts', includeIfNull: false)
final int? retryAttempts;