factory RoomRetentionSettings.fromJson(Map<String, dynamic> json) { return RoomRetentionSettings( retentionDays: json['RetentionDays'] as int?, ); }