PageArguments class

PageArguments is used to get the current page's arguments

Constructors

PageArguments(Uri uri, [Object? data])
Is used to create a new instance of PageArguments

Properties

completePath String
PageArguments.paths is a shortcut from Uri.toString() to get the current complete path
latefinal
data Object?
PageArguments.data is used to get the data that can be passed into the Navigation push methods
final
hashCode int
The hash code for this object.
no setterinherited
params Map<String, String>
PageArguments.params is used to get the path's params
latefinal
path String
PageArguments.path is a shortcut from Uri.path to get the current path
latefinal
paths List<String>
PageArguments.paths is a shortcut from Uri.pathSegments to get the current paths segments
latefinal
queries Map<String, List<String>>
PageArguments.paths is a shortcut from Uri.queryParametersAll to get the current list of queries as a Map<String,List<String>> object
latefinal
query Map<String, String>
PageArguments.paths is a shortcut from Uri.queryParameters to get the current query as a Map<String,String> object
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
PageArguments.uri is used to get the path's data
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited