s static method

String s(
  1. String? word
)

Translate the String

Implementation

static String s(String? word) => translate(word ?? '');