data property

T? data
final

解析后的数据(经过 fromJson/fromBytes/fromResponse 解码后的数据)

Implementation

final T? data;