reversed property

String reversed

Reverse a string

Implementation

String get reversed => split('').reversed.join();