RouteSettings constructor

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

Creates a RouteSettings.

Implementation

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