factory ShieldedVmConfig.fromJson(Map<String, dynamic> json) { return ShieldedVmConfig( enableSecureBoot: json['enableSecureBoot'] ?? false, ); }