CustomTranslation constructor

CustomTranslation(
  1. Map<String, String>? translationMap
)

Implementation

CustomTranslation(this.translationMap);