InputResponse class abstract

It conveys the result of the input or the result of the outputs, parallel to the message request, except if response not required and absent. Content of the Input Response message.

Properties:

  • outputResult - Information related to the result the output (display, print, input). If DisplayOutput present in the request.
  • inputResult - Contains the result and the content of the input.
Annotations
  • @BuiltValue.new()

Constructors

InputResponse([void updates(InputResponseBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inputResult InputResult
Contains the result and the content of the input.
no setter
outputResult OutputResult?
Information related to the result the output (display, print, input). If DisplayOutput present in the request.
no setter
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
rebuild(dynamic updates(InputResponseBuilder)) InputResponse
Rebuilds the instance.
inherited
toBuilder() InputResponseBuilder
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<InputResponse>
no setter