We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1ee84 commit 86211acCopy full SHA for 86211ac
lib/src/api/models/action/set_storage_action.dart
@@ -74,6 +74,7 @@ class SetStorageAction extends ActionModel
74
@override
75
final NumberOperation numberOperation;
76
77
+ /// Whether to skip the operation if the [key] already exists in storage.
78
final bool skipIfAlreadyExists;
79
80
/// Creates a new [SetStorageAction].
0 commit comments