LazyFeaturesBuilder typedef

LazyFeaturesBuilder = List<LazyFeatureDescriptor> Function()

A builder that returns lazy feature descriptors.

Implementation

typedef LazyFeaturesBuilder = List<LazyFeatureDescriptor> Function();