+
+

PunycodeCodec.simple constructor +

+ +
+ const + PunycodeCodec.simple() +
+ +
+

Creates a new instance of the Punycode codec just designed +for working with simple strings

+
+ + + +
+

Implementation

+
const PunycodeCodec.simple()
+  : _encoder = const PunycodeEncoder.simple(),
+    _decoder = const PunycodeDecoder.simple();
+
+ + +