CreateAppAction constructor

CreateAppAction(
  1. dynamic body
)

Implementation

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