InputDetail class abstract

InputDetail

Properties:

  • configuration - Configuration parameters for the required input.
  • details - Input details can also be provided recursively.
  • inputDetails - Input details can also be provided recursively (deprecated).
  • itemSearchUrl - In case of a select, the URL from which to query the items.
  • items - In case of a select, the items to choose from.
  • key - The value to provide in the result.
  • optional - True if this input value is optional.
  • type - The type of the required input.
  • value - The value can be pre-filled, if available.
Annotations
  • @BuiltValue.new()

Constructors

InputDetail([void updates(InputDetailBuilder b)])
factory

Properties

configuration → BuiltMap<String, String>?
Configuration parameters for the required input.
no setter
details → BuiltList<SubInputDetail>?
Input details can also be provided recursively.
no setter
hashCode int
The hash code for this object.
no setterinherited
inputDetails → BuiltList<SubInputDetail>?
Input details can also be provided recursively (deprecated).
no setter
items → BuiltList<Item>?
In case of a select, the items to choose from.
no setter
itemSearchUrl String?
In case of a select, the URL from which to query the items.
no setter
key String?
The value to provide in the result.
no setter
optional bool?
True if this input value is optional.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The type of the required input.
no setter
value String?
The value can be pre-filled, if available.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(InputDetailBuilder)) InputDetail
Rebuilds the instance.
inherited
toBuilder() InputDetailBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<InputDetail>
no setter