decode method

String decode(
  1. String s
)

Implementation

String decode(String s) => s
    .replaceAll('&fluttercontactscomma&', ',')
    .replaceAll('&fluttercontactssemicolon&', ';')
    .replaceAll('&fluttercontactsnewline&', '\n');