externalFormActionResultToEntity static method

ExternalFormActionResult externalFormActionResultToEntity(
  1. ExternalFormActionResultResponse response
)

Implementation

static domain.ExternalFormActionResult externalFormActionResultToEntity(
  infra.ExternalFormActionResultResponse response,
) =>
    domain.ExternalFormActionResult(ok: response.ok, message: response.message);