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