commit
e524e8e9e8
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ abstract class ResponseContext<RawResponse>
|
||||||
|
|
||||||
/// Serializes response data into a String.
|
/// Serializes response data into a String.
|
||||||
///
|
///
|
||||||
/// The default is conversion into JSON via `package:json_god`.
|
/// The default is conversion into JSON via `json.encode`.
|
||||||
///
|
///
|
||||||
/// If you are 100% sure that your response handlers will only
|
/// If you are 100% sure that your response handlers will only
|
||||||
/// be JSON-encodable objects (i.e. primitives, `List`s and `Map`s),
|
/// be JSON-encodable objects (i.e. primitives, `List`s and `Map`s),
|
||||||
|
|
Loading…
Reference in a new issue