You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -24,8 +24,8 @@ class AttachmentKind extends $pb.ProtobufEnum {
|
||||
ATTACHMENT_KIND_LINK,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, AttachmentKind> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static AttachmentKind? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<AttachmentKind?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2);
|
||||
static AttachmentKind? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const AttachmentKind._(super.v, super.n);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user