| // generated by diplomat-tool | |
| part of 'lib.g.dart'; | |
| /// ECMA-402 compatible sign display preference. | |
| /// | |
| /// See the [Rust documentation for `SignDisplay`](https://docs.rs/fixed_decimal/latest/fixed_decimal/enum.SignDisplay.html) for more information. | |
| enum FixedDecimalSignDisplay { auto, never, always, exceptZero, negative } |