ViewerSessionSnapshot constructor

const ViewerSessionSnapshot({
  1. required ViewerSessionPhase phase,
  2. required ViewerSessionIdentity? session,
  3. required ViewerSessionStatus? status,
  4. required String error,
  5. required bool canRequestPromotion,
})

Implementation

const ViewerSessionSnapshot({
  required this.phase,
  required this.session,
  required this.status,
  required this.error,
  required this.canRequestPromotion,
});