ActionCreator createAction<T>(. String type. ) Implementation. ActionCreator createAction<T>(String type) { return (payload) => Action<T>(type: type, ...
確定! 回上一頁