paramTypeMap property

Map<String, String> paramTypeMap

Plural and context parameters need to have a special parameter type (e.g. num) In a normal case, this parameter and its type will be added at generate stage

For special cases, i.e. a translation is linked to a plural translation, the type must be specified and cannot be Object.

Implementation

Map<String, String> get paramTypeMap;