SwiftAction.spGetValue constructor

  1. @FreezedUnionValue("SP_GET_VALUE")
SwiftAction.spGetValue({
  1. required String data,
})

Implementation

@FreezedUnionValue("SP_GET_VALUE")
factory SwiftAction.spGetValue({required String data}) =
    SwiftSpGetValueAction;