NothingPage constructor

const NothingPage({
  1. Key? key,
  2. @QueryParam() String? global,
})

Implementation

const NothingPage({
  super.key,
  @QueryParam() String? global,
});