Make possible to configure if when Reponse.data is null it should be saved or not.
Because in my case, if the value was null, the next request must call again.
Obs:
If ResponseType is plain, it throws "type 'Null' is not a subtype of type 'String'", maybe a bug?
If ResponseType is json, when executing serializeContent it will parse a null value to a String with "null" as literal.
Make possible to configure if when Reponse.data is null it should be saved or not.
Because in my case, if the value was null, the next request must call again.
Obs: If ResponseType is plain, it throws "type 'Null' is not a subtype of type 'String'", maybe a bug? If ResponseType is json, when executing serializeContent it will parse a null value to a String with "null" as literal.