ChainResult<M, R> constructor
ChainResult<M, R> ({})
Implementation
ChainResult({
required this.extracted,
required this.response,
bool hasChainLoading = false,
}) : _hasChainLoading = hasChainLoading;