RouteSettings constructor

const RouteSettings({
  1. String? name,
  2. Object? arguments,
})

Creates route settings with the given name and arguments.

Implementation

const RouteSettings({this.name, this.arguments});