decodeNS static method

String decodeNS(
  1. String value
)

A null-safety version of decode

Implementation

static String decodeNS(String value)
=> value.replaceAllMapped(_reXmlEntity, _decMapper);