NothingRouteArgs constructor

const NothingRouteArgs({
  1. Key? key,
  2. String? global,
})

Implementation

const NothingRouteArgs({this.key, this.global});