responseType property Null safety

ResponseType responseType
final

Represents the Response data type. Could use:

ResponseType.json //default
ResponseType.plain
ResponseType.arraybuffer
ResponseType.stream

Implementation

final ResponseType responseType;