generalWarnings property
A list of general warning messages that apply to the entire model.
These warnings provide important information about the model state that doesn't prevent its use (e.g., "Password will expire soon"). Populated automatically during fromJson if the JSON contains a "generalWarnings" array.
Implementation
List<String> generalWarnings = [];