SwiftAction.setNewIntValue constructor

  1. @FreezedUnionValue("SET_NEW_INT_VALUE")
SwiftAction.setNewIntValue({
  1. required String key,
  2. required int newValue,
})

Implementation

@FreezedUnionValue("SET_NEW_INT_VALUE")
factory SwiftAction.setNewIntValue({required String key, required int newValue}) = SwiftSetNewIntValueAction;