fullPath property

String get fullPath

Request Full Path include host and scheme and query parameters examples : http request : https://localhost:9090/a/b?c=d web socket req. : ws://a/b?c=d internal req. : style://a/b?c=d

Implementation

String get fullPath => path.calledPath;