EnvPlugin constructor
Constructs an EnvPlugin
with the given name and title.
The name
parameter specifies the name of the plugin.
The title
parameter specifies the title of the plugin.
Implementation
EnvPlugin({required super.name, required super.title});