blob: af262bed64177cae99192e349803255834c131b2 [file] [log] [blame] [view]
# ordinal property
int ordinal
_<span class="feature">final</span>_
<p>Ordinal of the event.</p>
## Implementation
```dart
final int ordinal;
```