BaseTranslations constructor

BaseTranslations({
  1. Map<String, Map<String, String>>? customTranslations,
})

Implementation

BaseTranslations({this.customTranslations});