factory NodeToNodeEncryptionOptions.fromJson(Map<String, dynamic> json) { return NodeToNodeEncryptionOptions( enabled: json['Enabled'] as bool?, ); }