String trimEnd(dynamic characters, {bool trimWhitespace = true}) => trimAround(characters, trimWhitespace: trimWhitespace, trimStart: false);