RetryContext constructor
const
RetryContext({})
Returns the new instance of RetryContext.
Implementation
const RetryContext({
required this.attempt,
required this.reason,
required this.isProcedure,
required this.isAmbiguous,
this.nsid,
this.statusCode,
this.error,
this.retryAfter,
});