UrlResponsePage constructor

UrlResponsePage(
  1. dynamic xddb,
  2. String url
)

Constructs a UrlResponsePage with the provided xddb value and url.

  • xddb: The input value used to determine the response page type.
  • url: The URL associated with this page.

Implementation

UrlResponsePage(xddb, this.url) : super(xddb);