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