RefCountedObjectProfile constructor
RefCountedObjectProfile({})
Implementation
RefCountedObjectProfile({
required this.uniqueId,
required this.timestampCreated,
this.strongReferences = 0,
this.serializedReferences = 0,
});