5 lines
164 B
Dart
5 lines
164 B
Dart
class _NotSpecifiedValue { const _NotSpecifiedValue(); }
|
|
|
|
/// A value used for indicating that a value is not specified.
|
|
const notSpecified = _NotSpecifiedValue();
|