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