stringify method

  1. @override
String stringify(
  1. GetDevicesBody self
)

Implementation

@override String stringify(p3.GetDevicesBody self) => 'GetDevicesBody(page: ${Mapper.asString(self.page)}, resultsPerPage: ${Mapper.asString(self.resultsPerPage)}, totalDevices: ${Mapper.asString(self.totalDevices)}, countDevices: ${Mapper.asString(self.countDevices)}, devices: ${Mapper.asString(self.devices)})';