VirtualNotification.cs 144 B

1234567
  1. namespace FlutterCodeGenerator.Model
  2. {
  3. internal class VirtualNotification
  4. {
  5. public int NotificationType { get; set; }
  6. }
  7. }