asData<T> method

T asData<T>()

转换data的类型

Implementation

T asData<T>() => data as T;