UIInit constructor

UIInit({
  1. List<UIInitModule> modules = const [],
})

Implementation

UIInit({
    this.modules = const [],
});