DisplayInfo constructor

DisplayInfo({
  1. required int displayId,
  2. required String name,
  3. int? flags,
  4. int? rotation,
})

Implementation

DisplayInfo({required this.displayId, required this.name, this.flags, this.rotation});