generalInformations property

List<String> generalInformations
getter/setter pair

A list of general informational messages about the model.

These messages provide non-critical information (e.g., "Last updated 5 minutes ago"). Populated automatically during fromJson if the JSON contains a "generalInformations" array.

Implementation

List<String> generalInformations = [];