ResponseInputText class
Simple text input for a response request.
- Inheritance
-
- Object
- ResponseInput
- ResponseInputText
- Annotations
-
- @immutable
Constructors
- ResponseInputText(String text)
-
Creates text input.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
Converts to JSON format expected by the API.
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override