PathArguments<Y extends Arguments, T extends ArgumentsFactory<Y>> class

A path arguments parser and builder for parsing arguments from a given path matching the arguments format: /{arg1}/.../{arg2} and building a path of the given format from a set of args.

Constructors

PathArguments(String pathFormat)

Properties

argsList List<String>
final
hashCode int
The hash code for this object.
no setterinherited
pathFormat String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildPath(Map<String, String?> argsJson) String
match(String? path) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseArgs(String? path) Map<String, String>
toString() String
A string representation of this object.
inherited

Operators

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