SendDataResult constructor
SendDataResult({})
Implementation
SendDataResult({
required this.success,
this.error,
this.data,
this.response,
this.duration,
required this.attempts,
this.retryable = false,
});