ignoreIfPresent property

bool? ignoreIfPresent
final

Whether or not to set an entry for a key if that key is already present. Present only for SharedStorageAccessType.documentSet and SharedStorageAccessType.workletSet.

Implementation

final bool? ignoreIfPresent;