CompilationCacheParams constructor

CompilationCacheParams({
  1. required String url,
  2. bool? eager,
})

Implementation

CompilationCacheParams({required this.url, this.eager});