MmGetPlugins200Response constructor
MmGetPlugins200Response({
- List<
MmPluginManifest> active = const [], - List<
MmPluginManifest> inactive = const [],
Returns a new MmGetPlugins200Response instance.
Implementation
MmGetPlugins200Response({
this.active = const [],
this.inactive = const [],
});