UtilsModule constructor

UtilsModule(
  1. EngineContext context
)

Implementation

UtilsModule(EngineContext context) : super(context) {
  _context = context;
}