SwiftAction.setNewBoolValue constructor

  1. @FreezedUnionValue("SET_NEW_BOOL_VALUE")
SwiftAction.setNewBoolValue({
  1. required String key,
  2. required bool newValue,
})

Implementation

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