SimulatedResponseBodyType enum
The source format for the body in a simulated response.
See SimulatedResponse for details and the SimulatedResponse.bodyType getter.
Values
- none → const SimulatedResponseBodyType
-
There is no body.
- bytes → const SimulatedResponseBodyType
-
The source format of the body was a sequence of bytes.
- string → const SimulatedResponseBodyType
-
The source format of the body was a String.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SimulatedResponseBodyType> - A constant List of the values in this enum, in order of their declaration.