getData method

T? getData()

获取数据(类型安全)

Implementation

T? getData() => isSuccess ? data : null;