RefreshCancellationStatus constructor

RefreshCancellationStatus({
  1. String? errorCode,
  2. String? state,
})

Implementation

RefreshCancellationStatus({
  this.errorCode,
  this.state,
});