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