blob: b13e3b2c2f863d3fe4d99416d222ede40348593d [file] [log] [blame] [view]
# UnknownEvent constructor
UnknownEvent(int ordinal)
## Implementation
```dart
UnknownEvent(this.ordinal);
```