blob: 987c62288f257357bedbbd141ff8b9db4b5339d1 [file] [log] [blame]
// 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 }