AnyObjectAutoKeepStateDataReturnData<T> typedef
AnyObjectAutoKeepStateDataReturnData<T> = ({T data, bool isRefresh})
Implementation
typedef AnyObjectAutoKeepStateDataReturnData<T> = ({
T data,
bool isRefresh,
});