You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -553,15 +553,17 @@ class ExtractColumnFormat_type extends $pb.ProtobufEnum {
|
||||
static const ExtractColumnFormat_type DATE = ExtractColumnFormat_type._(1, _omitEnumNames ? '' : 'DATE');
|
||||
static const ExtractColumnFormat_type SUFFIX = ExtractColumnFormat_type._(2, _omitEnumNames ? '' : 'SUFFIX');
|
||||
static const ExtractColumnFormat_type NUMBER = ExtractColumnFormat_type._(3, _omitEnumNames ? '' : 'NUMBER');
|
||||
static const ExtractColumnFormat_type LOCAL_DATE = ExtractColumnFormat_type._(4, _omitEnumNames ? '' : 'LOCAL_DATE');
|
||||
|
||||
static const $core.List<ExtractColumnFormat_type> values = <ExtractColumnFormat_type> [
|
||||
UNKNOWN,
|
||||
DATE,
|
||||
SUFFIX,
|
||||
NUMBER,
|
||||
LOCAL_DATE,
|
||||
];
|
||||
|
||||
static final $core.List<ExtractColumnFormat_type?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 3);
|
||||
static final $core.List<ExtractColumnFormat_type?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 4);
|
||||
static ExtractColumnFormat_type? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const ExtractColumnFormat_type._(super.value, super.name);
|
||||
|
||||
Reference in New Issue
Block a user