moduleBuilder property

ZenModule Function()? moduleBuilder
final

A function that creates a module to be registered in a new scope. Use this for feature modules with dependencies.

Implementation

final ZenModule Function()? moduleBuilder;