Screen constructor Null safety
Implementation
Screen({
required this.pairingCode,
required this.paired,
required this.name,
required this.userID,
required this.lastUpdated,
required this.screenToken,
required this.width,
required this.height,
});