LddDisplayInfo constructor
const
LddDisplayInfo({})
Implementation
const LddDisplayInfo({
required this.name,
required this.id,
required this.x,
required this.y,
required this.width,
required this.height,
required this.rotation,
required this.scaleFactor,
required this.frequency,
required this.isPrimary,
});