InfoAll constructor

InfoAll({
  1. required InfoApp app,
  2. required InfoDevice device,
})

Constructs an InfoAll instance.

Implementation

InfoAll({
  required this.app,
  required this.device,
});