retryWait property

  1. @JsonKey(includeIfNull: false, name: 'retry-wait', fromJson: toInt, toJson: toString)
int? retryWait
getter/setter pair

Implementation

@JsonKey(includeIfNull: false, name: 'retry-wait', fromJson: toInt, toJson: toString) int? retryWait;