factory EnvPermissionDescriptor({ _i2.String? name, _i2.String? variable, }) => EnvPermissionDescriptor._( name: name, variable: variable, );