]> git.proxmox.com Git - flutter/proxmox_login_manager.git/blobdiff - lib/proxmox_login_model.dart
tree-wide: use super-initializer parameters where possible
[flutter/proxmox_login_manager.git] / lib / proxmox_login_model.dart
index 6c781f785798f351de2d6c025c412cc37bc04feb..68839039b9c45c21aa2dafe1080c50b07fcf9c86 100644 (file)
@@ -136,7 +136,7 @@ class ProxmoxProductType extends EnumClass {
   static const ProxmoxProductType pmg = _$pmg;
   static const ProxmoxProductType pbs = _$pbs;
 
-  const ProxmoxProductType._(String name) : super(name);
+  const ProxmoxProductType._(super.name);
 
   static BuiltSet<ProxmoxProductType> get values => _$ProxmoxProductTypeValues;
   static ProxmoxProductType valueOf(String name) =>