Display constructor
Display({})
Implementation
Display({
required this.id,
required this.name,
required this.width,
required this.height,
required this.refreshRate,
required this.isDefault,
required this.density,
});