DioLogRecord constructor
DioLogRecord({
- required DioLogRecordType type,
- RequestOptions? options,
- DioException? error,
- Response? response,
Implementation
DioLogRecord({
required this.type,
this.options,
this.error,
this.response,
});