PageSettings constructor

PageSettings(
  1. Uri uri, [
  2. Object? arguments
])

Implementation

PageSettings(
  this.uri, [
  this.arguments,
]);