stringify method

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

Implementation

@override String stringify(p3.DestOutMapColl self) => 'DestOutMapColl(id: ${Mapper.asString(self.id)}, destOutMap: ${Mapper.asString(self.destOutMap)})';