result property

T? result

获取处理完成的最终结果数据(用户接口协议中定义的有效数据转化成的本地类)

Implementation

T? get result => _result;