SwiftAction.removeSPKey constructor

  1. @FreezedUnionValue("SP_REMOVE_A_KEY")
SwiftAction.removeSPKey({
  1. required String key,
})

Implementation

@FreezedUnionValue("SP_REMOVE_A_KEY")
factory SwiftAction.removeSPKey({required String key}) = SwiftRemoveSpKeyAction;