SwiftAction.setNewStringValue constructor

  1. @FreezedUnionValue("SET_NEW_STRING_VALUE")
SwiftAction.setNewStringValue({
  1. required String key,
  2. required String newValue,
})

Implementation

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