| // generated by diplomat-tool | |
| part of 'lib.g.dart'; | |
| enum IsoWeekday { | |
| monday, | |
| tuesday, | |
| wednesday, | |
| thursday, | |
| friday, | |
| saturday, | |
| sunday; | |
| int get _ffi { | |
| switch (this) { | |
| case monday: | |
| return 1; | |
| case tuesday: | |
| return 2; | |
| case wednesday: | |
| return 3; | |
| case thursday: | |
| return 4; | |
| case friday: | |
| return 5; | |
| case saturday: | |
| return 6; | |
| case sunday: | |
| return 7; | |
| } | |
| } | |
| } |