idTranslation top-level constant
Implementation
const idTranslation = <String, String>{
AppTranslation.pageTitle: "Masukan",
AppTranslation.title: "judul",
AppTranslation.description: "keterangan",
AppTranslation.feedbackCategory: "Kategori",
AppTranslation.actualBehaviour: "✔️ Actual Behaviour",
AppTranslation.expectedBehaviour: "❌ Expected Behaviour",
AppTranslation.errorFeedback: "gagal mengirim feedback",
AppTranslation.submit: "Kirim",
};