VerificationCodeAction constructor

VerificationCodeAction(
  1. dynamic body
)

Implementation

VerificationCodeAction(body)
    : body = body,
      super("$_PATH", body);