informations property
A map of field-specific informational messages, keyed by field name.
Each entry maps a field name to its informational message, if any. These messages are automatically assigned to the corresponding JsonField instances during fromJson.
Implementation
Map<String, String?> informations = {};