SubInputDetail class abstract

SubInputDetail

Properties:

  • configuration - Configuration parameters for the required input.
  • items - In case of a select, the items to choose from.
  • key - The value to provide in the result.
  • optional - True if this input is optional to provide.
  • type - The type of the required input.
  • value - The value can be pre-filled, if available.
Annotations
  • @BuiltValue.new()

Constructors

SubInputDetail([void updates(SubInputDetailBuilder b)])
factory

Properties

configuration → BuiltMap<String, String>?
Configuration parameters for the required input.
no setter
hashCode int
The hash code for this object.
no setterinherited
items → BuiltList<Item>?
In case of a select, the items to choose from.
no setter
key String?
The value to provide in the result.
no setter
optional bool?
True if this input is optional to provide.
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(SubInputDetailBuilder)) SubInputDetail
Rebuilds the instance.
inherited
toBuilder() SubInputDetailBuilder
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<SubInputDetail>
no setter