You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -512,6 +512,23 @@ class ResourceType extends $pb.ProtobufEnum {
|
||||
const ResourceType._(super.value, super.name);
|
||||
}
|
||||
|
||||
class RoleTag extends $pb.ProtobufEnum {
|
||||
static const RoleTag ROLE_TAG_UNKNOWN = RoleTag._(0, _omitEnumNames ? '' : 'ROLE_TAG_UNKNOWN');
|
||||
static const RoleTag ROLE_TAG_PROJECT_ACTIVITY = RoleTag._(10, _omitEnumNames ? '' : 'ROLE_TAG_PROJECT_ACTIVITY');
|
||||
static const RoleTag ROLE_TAG_PROJECT_SITE = RoleTag._(20, _omitEnumNames ? '' : 'ROLE_TAG_PROJECT_SITE');
|
||||
|
||||
static const $core.List<RoleTag> values = <RoleTag> [
|
||||
ROLE_TAG_UNKNOWN,
|
||||
ROLE_TAG_PROJECT_ACTIVITY,
|
||||
ROLE_TAG_PROJECT_SITE,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, RoleTag> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static RoleTag? valueOf($core.int value) => _byValue[value];
|
||||
|
||||
const RoleTag._(super.value, super.name);
|
||||
}
|
||||
|
||||
class PeriodUnit extends $pb.ProtobufEnum {
|
||||
static const PeriodUnit PERIOD_UNIT_UNDEFINED = PeriodUnit._(0, _omitEnumNames ? '' : 'PERIOD_UNIT_UNDEFINED');
|
||||
static const PeriodUnit PERIOD_UNIT_WORK_HOUR = PeriodUnit._(1, _omitEnumNames ? '' : 'PERIOD_UNIT_WORK_HOUR');
|
||||
|
||||
Reference in New Issue
Block a user