ParamaterValue class

Parameter Value.

Specify the parameter element in element.

パラメーターの値。

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

Constructors

ParamaterValue.new(ParameterElement element)
Parameter Value.

Properties

comment String?
Comment assigned to the field.
latefinal
deprecated String?
If it is deprecated, the reason is described.
latefinal
element → ParameterElement
Parameter Element.
final
hashCode int
The hash code for this object.
no setterinherited
isJsonSerializable bool
True if serializable to Json.
latefinal
isSearchable bool
True if search target.
latefinal
jsonKey String?
Name of the key if isJsonSerializable is true.
latefinal
name String
Name of parameter.
latefinal
reference ReferenceValue?
If another document is referenced, the class name of that document is entered. If it does not reference any other document, Null is entered.
latefinal
required bool
True if Required.
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ↔ InterfaceType
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