UrlResponsePage constructor
UrlResponsePage(
- dynamic xddb,
- 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);