GetDeviceMethodsResponse constructor

GetDeviceMethodsResponse({
  1. List<DeviceMethod>? deviceMethods,
})

Implementation

GetDeviceMethodsResponse({
  this.deviceMethods,
});