ViewerSessionSnapshot constructor
const
ViewerSessionSnapshot({
- required ViewerSessionPhase phase,
- required ViewerSessionIdentity? session,
- required ViewerSessionStatus? status,
- required String error,
- required bool canRequestPromotion,
Implementation
const ViewerSessionSnapshot({
required this.phase,
required this.session,
required this.status,
required this.error,
required this.canRequestPromotion,
});