BasePage constructor

const BasePage(
  1. String route,
  2. L10nSet content, {
  3. Key? key,
})

Implementation

const BasePage(this.route, this.content, {Key? key}) : super(key: key);