DeviceTable constructor

const DeviceTable({
  1. Key? key,
  2. required DeviceDetailsState state,
})

Implementation

const DeviceTable({super.key, required this.state});