DeviceInfoCard constructor

const DeviceInfoCard({
  1. Key? key,
  2. required Map<String, dynamic> data,
})

Implementation

const DeviceInfoCard({super.key, required this.data});