The DIPlugin constructor accepts two required parameters: name and title.
DIPlugin
name
title
DIPlugin({required super.name, required super.title}) : super();