niceT method

String niceT(
  1. String key
)

Implementation

String niceT(String key) => NiceI18n.of(this).t(key);