message property Null safety
The GLPI's API error message Should be localized by the GLPI's engine
Implementation
String get message => _reason['message']!;
The GLPI's API error message Should be localized by the GLPI's engine
String get message => _reason['message']!;