MemoInterceptors<T, A> constructor

const MemoInterceptors<T, A>(
  1. List<MemoInterceptor<T, A>> interceptors
)

It allows multiple memoization interceptors to be used together.

Implementation

const MemoInterceptors(this.interceptors);