OmniversalTranslations constructor

OmniversalTranslations(
  1. String title,
  2. String titleAR,
  3. String welcome,
  4. String welcomeAR,
)

Implementation

OmniversalTranslations(
    this.title, this.titleAR, this.welcome, this.welcomeAR);