DIPlugin constructor

DIPlugin({
  1. required String name,
  2. required String title,
})

Constructs a DIPlugin instance with the given name and title.

Implementation

DIPlugin({required super.name, required super.title}) : super();