>>> class ListResultDescriptor { factory ListResultDescriptor(String name, List defaultValue, {ResultCachingPolicy< List> cachingPolicy}) = ListResultDescriptorImpl; } <<< class ListResultDescriptor { factory ListResultDescriptor(String name, List defaultValue, {ResultCachingPolicy> cachingPolicy}) = ListResultDescriptorImpl; }