objectHistory property Null safety
final
This is a reactive variable that is used to store the history of objects that have been created.
Implementation
final objectHistory = <ObjectReference>[].obs;
This is a reactive variable that is used to store the history of objects that have been created.
final objectHistory = <ObjectReference>[].obs;