RouteSettings constructor

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

Implementation

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