translateToJapanese function

String translateToJapanese({
  1. required String word,
})

Implementation

String translateToJapanese({required String word}) =>
    "Translate this into Japanese : $word";