ParamaterValue class

Parameter Value.

Specify the parameter element in element.

パラメーターの値。

elementにパラメーターエレメントを指定します。

Constructors

ParamaterValue(ParameterElement element)
Parameter Value.

Properties

defaultValue Object?
Default value of the parameter.
latefinal
element → ParameterElement
Parameter Element.
final
hashCode int
The hash code for this object.
no setterinherited
isPageParameter bool
True if explicitly specified as a page parameter.
latefinal
isQueryParameter bool
True if explicitly specified as a query parameter.
latefinal
name String
Name of parameter.
latefinal
pageParamName String
Name for the parameter path.
latefinal
queryParamName String
Name for query parameters.
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ↔ DartType
Parameter Type.
latefinal

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