moxxy/lib/service/not_specified.dart

5 lines
164 B
Dart

class _NotSpecifiedValue { const _NotSpecifiedValue(); }
/// A value used for indicating that a value is not specified.
const notSpecified = _NotSpecifiedValue();