You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -14,6 +14,21 @@ import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
import 'dart:typed_data' as $typed_data;
|
||||
|
||||
@$core.Deprecated('Use projectTypeDescriptor instead')
|
||||
const ProjectType$json = {
|
||||
'1': 'ProjectType',
|
||||
'2': [
|
||||
{'1': 'PROJECT_TYPE_UNKNOWN', '2': 0},
|
||||
{'1': 'PROJECT_TYPE_ACTIVITY', '2': 1},
|
||||
{'1': 'PROJECT_TYPE_SITE', '2': 2},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ProjectType`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
||||
final $typed_data.Uint8List projectTypeDescriptor = $convert.base64Decode(
|
||||
'CgtQcm9qZWN0VHlwZRIYChRQUk9KRUNUX1RZUEVfVU5LTk9XThAAEhkKFVBST0pFQ1RfVFlQRV'
|
||||
'9BQ1RJVklUWRABEhUKEVBST0pFQ1RfVFlQRV9TSVRFEAI=');
|
||||
|
||||
@$core.Deprecated('Use adminAddressDescriptor instead')
|
||||
const AdminAddress$json = {
|
||||
'1': 'AdminAddress',
|
||||
|
||||
Reference in New Issue
Block a user