stringify method
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)})';