SwiftAction.setNewBoolValue constructor
- @FreezedUnionValue("SET_NEW_BOOL_VALUE")
Implementation
@FreezedUnionValue("SET_NEW_BOOL_VALUE")
factory SwiftAction.setNewBoolValue({required String key, required bool newValue}) = SwiftSetNewBoolValueAction;