paramTypeMap property

  1. @override
Map<String, String> paramTypeMap
override

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

@override
Map<String, String> get paramTypeMap => _paramTypeMap;