stringify method
Implementation
@override String stringify(p3.ScreenDestination self) => 'ScreenDestination(id: ${Mapper.asString(self.id)}, name: ${Mapper.asString(self.name)}, hSize: ${Mapper.asString(self.hSize)}, vSize: ${Mapper.asString(self.vSize)}, layers: ${Mapper.asString(self.layers)}, destOutMapColl: ${Mapper.asString(self.destOutMapColl)})';