RefreshEventDetails constructor
RefreshEventDetails({
- required RefreshEventDetailsRefreshResult refreshResult,
- DeviceBoundSessionFetchResult? fetchResult,
- DeviceBoundSession? newSession,
- required bool wasFullyProactiveRefresh,
Implementation
RefreshEventDetails({
required this.refreshResult,
this.fetchResult,
this.newSession,
required this.wasFullyProactiveRefresh,
});