RefreshEventDetails constructor

RefreshEventDetails({
  1. required RefreshEventDetailsRefreshResult refreshResult,
  2. DeviceBoundSessionFetchResult? fetchResult,
  3. DeviceBoundSession? newSession,
  4. required bool wasFullyProactiveRefresh,
  5. DeviceBoundSessionFailedRequest? failedRequest,
})

Implementation

RefreshEventDetails({
  required this.refreshResult,
  this.fetchResult,
  this.newSession,
  required this.wasFullyProactiveRefresh,
  this.failedRequest,
});