replaceAmp static method

String replaceAmp(
  1. String value
)

Implementation

static String replaceAmp(String value) => value.replaceAll('&', '&');