memoryEvents property
Events related to memory and storage measurements in chronological order.
This information is only available if memoryInfoEnabled is true in the device's policy.Events are retained for a certain period of time and old events are deleted.
Implementation
core.List<MemoryEvent>? memoryEvents;