data property

  1. @override
T? data
final

下载的响应数据(通常为 null,因为下载的是文件)

Implementation

@override
final T? data;