namespace FlutterCodeGenerator.Model { internal class VirtualNotification { public int NotificationType { get; set; } } }