Reverses value.
value
static String reverse(String value) => String.fromCharCodes(value.runes.toList().reversed);