Converts input and returns the result of the conversion.
input
@override String? convert(String? input) => input?.trimRight();