ListDevicesResponse constructor

ListDevicesResponse({
  1. List<Device> devices = const [],
  2. required String duration,
})

Returns a new ListDevicesResponse instance.

Implementation

ListDevicesResponse({
  this.devices = const [],
  required this.duration,
});