reversed method Null safety

String reversed(
  1. String? text
)

Implementation

static String reversed (String? text) => '\x1B[5m$text\x1B[0m';