WebPage constructor

const WebPage({
  1. Key? key,
  2. required String url,
  3. required String title,
})

Implementation

const WebPage({super.key, required this.url, required this.title});