RouteInformation constructor Null safety

const RouteInformation(
  1. {String? location,
  2. Object? state}
)

Creates a route information object.

The arguments may be null.

Implementation

const RouteInformation({this.location, this.state});