ordinalSuffixes property

  1. @override
List<String> get ordinalSuffixes

Ordinal suffixes in order:

1, 2, 3, other

For example: "st", "nd", "rd", "th"

Implementation

@override
List<String> get ordinalSuffixes => ["th", "st", "nd", "rd"];