PathValue class

Value for path.

Specify the path given in the annotation in path.

パス用の値。

pathにアノテーションに与えられたパスを指定します。

Constructors

PathValue(String path)
Value for path.

Properties

hashCode int
The hash code for this object.
no setterinherited
parameters List<_PathValue>
Parameters specified in the path.
latefinal
path String
Path value.
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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