url property

String? url

This is a shortcut for page.mainFrame.url

Implementation

String? get url {
  return mainFrame.url;
}