objectHistory property Null safety

RxList<ObjectReference> objectHistory
final

This is a reactive variable that is used to store the history of objects that have been created.

Implementation

final objectHistory = <ObjectReference>[].obs;