ResponseBody class final
- Annotations
-
- @immutable
Constructors
-
ResponseBody(List<
int> rawBytes)
Properties
Methods
-
asString(
[Encoding encoding = utf8]) → String -
decodeJson<
T> (FromJson< T> fromJson) → T -
decodeJsonList<
T> (FromJson< T> itemFromJson) → List<T> -
decodeJsonPrimitiveList<
T> () → List< T> -
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