ResponseBody class final

Annotations
  • @immutable

Constructors

ResponseBody(List<int> rawBytes)

Properties

hashCode int
The hash code for this object.
no setterinherited
rawBytes List<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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