RefreshEventDetails constructor

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

Implementation

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