responseType property Null safety
final
Represents the Response data type. Could use:
ResponseType.json //default
ResponseType.plain
ResponseType.arraybuffer
ResponseType.stream
Implementation
final ResponseType responseType;
Represents the Response data type. Could use:
ResponseType.json //default
ResponseType.plain
ResponseType.arraybuffer
ResponseType.stream
final ResponseType responseType;