SwiftAction.setNewStringValue constructor
- @FreezedUnionValue("SET_NEW_STRING_VALUE")
Implementation
@FreezedUnionValue("SET_NEW_STRING_VALUE")
factory SwiftAction.setNewStringValue({required String key, required String newValue}) = SwiftSetNewStringValueAction;