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