Latest generation

This commit is contained in:
ci core model
2025-10-03 08:11:47 +00:00
parent 13c27b0386
commit 333f963c6b
4 changed files with 384 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG # CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251003080620 Lib version: 1.12.0-SNAPSHOT-251003081122

View File

@@ -12,5 +12,321 @@
import 'dart:core' as $core; import 'dart:core' as $core;
import 'package:protobuf/protobuf.dart' as $pb;
import 'collabShared.pb.dart' as $1;
import 'shared.pb.dart' as $2;
import 'slotbooking.pb.dart' as $0;
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
///
/// Notify : Push the claim event to notification
class AppointmentNotifyPayload extends $pb.GeneratedMessage {
factory AppointmentNotifyPayload({
$0.AppointmentType? appointmentType,
$core.Iterable<$0.Commission>? commissions,
$core.Iterable<$0.SegmentationSelection>? segmentationSelections,
$core.Iterable<$0.CarrierInformationWithValue>? carrierInformation,
$0.Slot? slot,
$core.Iterable<$core.String>? emails,
$1.AppointmentStatusStruct? status,
$core.String? creationDate,
$core.Iterable<$2.MetadataElement>? metaData,
$core.String? carrierID,
$core.String? carrierName,
$core.Iterable<$2.AttachmentSummary>? attachments,
$core.int? attachmentNumber,
$core.bool? hasCommission,
$core.Iterable<$core.String>? removedEmails,
$core.String? reason,
$core.bool? instructionAck,
}) {
final result = create();
if (appointmentType != null) result.appointmentType = appointmentType;
if (commissions != null) result.commissions.addAll(commissions);
if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections);
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
if (slot != null) result.slot = slot;
if (emails != null) result.emails.addAll(emails);
if (status != null) result.status = status;
if (creationDate != null) result.creationDate = creationDate;
if (metaData != null) result.metaData.addAll(metaData);
if (carrierID != null) result.carrierID = carrierID;
if (carrierName != null) result.carrierName = carrierName;
if (attachments != null) result.attachments.addAll(attachments);
if (attachmentNumber != null) result.attachmentNumber = attachmentNumber;
if (hasCommission != null) result.hasCommission = hasCommission;
if (removedEmails != null) result.removedEmails.addAll(removedEmails);
if (reason != null) result.reason = reason;
if (instructionAck != null) result.instructionAck = instructionAck;
return result;
}
AppointmentNotifyPayload._();
factory AppointmentNotifyPayload.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory AppointmentNotifyPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentNotifyPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..e<$0.AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $0.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $0.AppointmentType.valueOf, enumValues: $0.AppointmentType.values)
..pc<$0.Commission>(2, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $0.Commission.create)
..pc<$0.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $0.SegmentationSelection.create)
..pc<$0.CarrierInformationWithValue>(5, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $0.CarrierInformationWithValue.create)
..aOM<$0.Slot>(6, _omitFieldNames ? '' : 'Slot', protoName: 'Slot', subBuilder: $0.Slot.create)
..pPS(7, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
..aOM<$1.AppointmentStatusStruct>(8, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $1.AppointmentStatusStruct.create)
..aOS(9, _omitFieldNames ? '' : 'CreationDate', protoName: 'CreationDate')
..pc<$2.MetadataElement>(10, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $2.MetadataElement.create)
..aOS(11, _omitFieldNames ? '' : 'CarrierID', protoName: 'CarrierID')
..aOS(12, _omitFieldNames ? '' : 'CarrierName', protoName: 'CarrierName')
..pc<$2.AttachmentSummary>(13, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $2.AttachmentSummary.create)
..a<$core.int>(14, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber')
..aOB(15, _omitFieldNames ? '' : 'HasCommission', protoName: 'HasCommission')
..pPS(16, _omitFieldNames ? '' : 'RemovedEmails', protoName: 'RemovedEmails')
..aOS(17, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
..aOB(18, _omitFieldNames ? '' : 'InstructionAck', protoName: 'InstructionAck')
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentNotifyPayload clone() => AppointmentNotifyPayload()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentNotifyPayload copyWith(void Function(AppointmentNotifyPayload) updates) => super.copyWith((message) => updates(message as AppointmentNotifyPayload)) as AppointmentNotifyPayload;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static AppointmentNotifyPayload create() => AppointmentNotifyPayload._();
@$core.override
AppointmentNotifyPayload createEmptyInstance() => create();
static $pb.PbList<AppointmentNotifyPayload> createRepeated() => $pb.PbList<AppointmentNotifyPayload>();
@$core.pragma('dart2js:noInline')
static AppointmentNotifyPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentNotifyPayload>(create);
static AppointmentNotifyPayload? _defaultInstance;
@$pb.TagNumber(1)
$0.AppointmentType get appointmentType => $_getN(0);
@$pb.TagNumber(1)
set appointmentType($0.AppointmentType value) => $_setField(1, value);
@$pb.TagNumber(1)
$core.bool hasAppointmentType() => $_has(0);
@$pb.TagNumber(1)
void clearAppointmentType() => $_clearField(1);
@$pb.TagNumber(2)
$pb.PbList<$0.Commission> get commissions => $_getList(1);
@$pb.TagNumber(4)
$pb.PbList<$0.SegmentationSelection> get segmentationSelections => $_getList(2);
@$pb.TagNumber(5)
$pb.PbList<$0.CarrierInformationWithValue> get carrierInformation => $_getList(3);
@$pb.TagNumber(6)
$0.Slot get slot => $_getN(4);
@$pb.TagNumber(6)
set slot($0.Slot value) => $_setField(6, value);
@$pb.TagNumber(6)
$core.bool hasSlot() => $_has(4);
@$pb.TagNumber(6)
void clearSlot() => $_clearField(6);
@$pb.TagNumber(6)
$0.Slot ensureSlot() => $_ensure(4);
@$pb.TagNumber(7)
$pb.PbList<$core.String> get emails => $_getList(5);
@$pb.TagNumber(8)
$1.AppointmentStatusStruct get status => $_getN(6);
@$pb.TagNumber(8)
set status($1.AppointmentStatusStruct value) => $_setField(8, value);
@$pb.TagNumber(8)
$core.bool hasStatus() => $_has(6);
@$pb.TagNumber(8)
void clearStatus() => $_clearField(8);
@$pb.TagNumber(8)
$1.AppointmentStatusStruct ensureStatus() => $_ensure(6);
@$pb.TagNumber(9)
$core.String get creationDate => $_getSZ(7);
@$pb.TagNumber(9)
set creationDate($core.String value) => $_setString(7, value);
@$pb.TagNumber(9)
$core.bool hasCreationDate() => $_has(7);
@$pb.TagNumber(9)
void clearCreationDate() => $_clearField(9);
@$pb.TagNumber(10)
$pb.PbList<$2.MetadataElement> get metaData => $_getList(8);
@$pb.TagNumber(11)
$core.String get carrierID => $_getSZ(9);
@$pb.TagNumber(11)
set carrierID($core.String value) => $_setString(9, value);
@$pb.TagNumber(11)
$core.bool hasCarrierID() => $_has(9);
@$pb.TagNumber(11)
void clearCarrierID() => $_clearField(11);
@$pb.TagNumber(12)
$core.String get carrierName => $_getSZ(10);
@$pb.TagNumber(12)
set carrierName($core.String value) => $_setString(10, value);
@$pb.TagNumber(12)
$core.bool hasCarrierName() => $_has(10);
@$pb.TagNumber(12)
void clearCarrierName() => $_clearField(12);
@$pb.TagNumber(13)
$pb.PbList<$2.AttachmentSummary> get attachments => $_getList(11);
@$pb.TagNumber(14)
$core.int get attachmentNumber => $_getIZ(12);
@$pb.TagNumber(14)
set attachmentNumber($core.int value) => $_setSignedInt32(12, value);
@$pb.TagNumber(14)
$core.bool hasAttachmentNumber() => $_has(12);
@$pb.TagNumber(14)
void clearAttachmentNumber() => $_clearField(14);
@$pb.TagNumber(15)
$core.bool get hasCommission => $_getBF(13);
@$pb.TagNumber(15)
set hasCommission($core.bool value) => $_setBool(13, value);
@$pb.TagNumber(15)
$core.bool hasHasCommission() => $_has(13);
@$pb.TagNumber(15)
void clearHasCommission() => $_clearField(15);
@$pb.TagNumber(16)
$pb.PbList<$core.String> get removedEmails => $_getList(14);
@$pb.TagNumber(17)
$core.String get reason => $_getSZ(15);
@$pb.TagNumber(17)
set reason($core.String value) => $_setString(15, value);
@$pb.TagNumber(17)
$core.bool hasReason() => $_has(15);
@$pb.TagNumber(17)
void clearReason() => $_clearField(17);
@$pb.TagNumber(18)
$core.bool get instructionAck => $_getBF(16);
@$pb.TagNumber(18)
set instructionAck($core.bool value) => $_setBool(16, value);
@$pb.TagNumber(18)
$core.bool hasInstructionAck() => $_has(16);
@$pb.TagNumber(18)
void clearInstructionAck() => $_clearField(18);
}
class AppointmentNotify extends $pb.GeneratedMessage {
factory AppointmentNotify({
$2.CommandHeader? header,
$2.EntityID? iD,
AppointmentNotifyPayload? payload,
AppointmentNotifyPayload? eventPayload,
AppointmentNotifyPayload? previousPayload,
}) {
final result = create();
if (header != null) result.header = header;
if (iD != null) result.iD = iD;
if (payload != null) result.payload = payload;
if (eventPayload != null) result.eventPayload = eventPayload;
if (previousPayload != null) result.previousPayload = previousPayload;
return result;
}
AppointmentNotify._();
factory AppointmentNotify.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory AppointmentNotify.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentNotify', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$2.CommandHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $2.CommandHeader.create)
..aOM<$2.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $2.EntityID.create)
..aOM<AppointmentNotifyPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentNotifyPayload.create)
..aOM<AppointmentNotifyPayload>(4, _omitFieldNames ? '' : 'EventPayload', protoName: 'EventPayload', subBuilder: AppointmentNotifyPayload.create)
..aOM<AppointmentNotifyPayload>(5, _omitFieldNames ? '' : 'PreviousPayload', protoName: 'PreviousPayload', subBuilder: AppointmentNotifyPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentNotify clone() => AppointmentNotify()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentNotify copyWith(void Function(AppointmentNotify) updates) => super.copyWith((message) => updates(message as AppointmentNotify)) as AppointmentNotify;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static AppointmentNotify create() => AppointmentNotify._();
@$core.override
AppointmentNotify createEmptyInstance() => create();
static $pb.PbList<AppointmentNotify> createRepeated() => $pb.PbList<AppointmentNotify>();
@$core.pragma('dart2js:noInline')
static AppointmentNotify getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentNotify>(create);
static AppointmentNotify? _defaultInstance;
/// option (triggerEventFilters) = "All";
@$pb.TagNumber(1)
$2.CommandHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($2.CommandHeader value) => $_setField(1, value);
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => $_clearField(1);
@$pb.TagNumber(1)
$2.CommandHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$2.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($2.EntityID value) => $_setField(2, value);
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => $_clearField(2);
@$pb.TagNumber(2)
$2.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
AppointmentNotifyPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(AppointmentNotifyPayload value) => $_setField(3, value);
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => $_clearField(3);
@$pb.TagNumber(3)
AppointmentNotifyPayload ensurePayload() => $_ensure(2);
@$pb.TagNumber(4)
AppointmentNotifyPayload get eventPayload => $_getN(3);
@$pb.TagNumber(4)
set eventPayload(AppointmentNotifyPayload value) => $_setField(4, value);
@$pb.TagNumber(4)
$core.bool hasEventPayload() => $_has(3);
@$pb.TagNumber(4)
void clearEventPayload() => $_clearField(4);
@$pb.TagNumber(4)
AppointmentNotifyPayload ensureEventPayload() => $_ensure(3);
@$pb.TagNumber(5)
AppointmentNotifyPayload get previousPayload => $_getN(4);
@$pb.TagNumber(5)
set previousPayload(AppointmentNotifyPayload value) => $_setField(5, value);
@$pb.TagNumber(5)
$core.bool hasPreviousPayload() => $_has(4);
@$pb.TagNumber(5)
void clearPreviousPayload() => $_clearField(5);
@$pb.TagNumber(5)
AppointmentNotifyPayload ensurePreviousPayload() => $_ensure(4);
}
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');

View File

@@ -14,3 +14,69 @@ import 'dart:convert' as $convert;
import 'dart:core' as $core; import 'dart:core' as $core;
import 'dart:typed_data' as $typed_data; import 'dart:typed_data' as $typed_data;
@$core.Deprecated('Use appointmentNotifyPayloadDescriptor instead')
const AppointmentNotifyPayload$json = {
'1': 'AppointmentNotifyPayload',
'2': [
{'1': 'AppointmentType', '3': 1, '4': 1, '5': 14, '6': '.api.AppointmentType', '10': 'AppointmentType'},
{'1': 'Commissions', '3': 2, '4': 3, '5': 11, '6': '.api.Commission', '10': 'Commissions'},
{'1': 'SegmentationSelections', '3': 4, '4': 3, '5': 11, '6': '.api.SegmentationSelection', '10': 'SegmentationSelections'},
{'1': 'CarrierInformation', '3': 5, '4': 3, '5': 11, '6': '.api.CarrierInformationWithValue', '10': 'CarrierInformation'},
{'1': 'Slot', '3': 6, '4': 1, '5': 11, '6': '.api.Slot', '10': 'Slot'},
{'1': 'Emails', '3': 7, '4': 3, '5': 9, '10': 'Emails'},
{'1': 'RemovedEmails', '3': 16, '4': 3, '5': 9, '10': 'RemovedEmails'},
{'1': 'Status', '3': 8, '4': 1, '5': 11, '6': '.api.AppointmentStatusStruct', '10': 'Status'},
{'1': 'CreationDate', '3': 9, '4': 1, '5': 9, '10': 'CreationDate'},
{'1': 'MetaData', '3': 10, '4': 3, '5': 11, '6': '.api.MetadataElement', '10': 'MetaData'},
{'1': 'CarrierID', '3': 11, '4': 1, '5': 9, '10': 'CarrierID'},
{'1': 'CarrierName', '3': 12, '4': 1, '5': 9, '10': 'CarrierName'},
{'1': 'Attachments', '3': 13, '4': 3, '5': 11, '6': '.api.AttachmentSummary', '10': 'Attachments'},
{'1': 'AttachmentNumber', '3': 14, '4': 1, '5': 5, '10': 'AttachmentNumber'},
{'1': 'HasCommission', '3': 15, '4': 1, '5': 8, '10': 'HasCommission'},
{'1': 'Reason', '3': 17, '4': 1, '5': 9, '10': 'Reason'},
{'1': 'InstructionAck', '3': 18, '4': 1, '5': 8, '10': 'InstructionAck'},
],
'7': {},
};
/// Descriptor for `AppointmentNotifyPayload`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List appointmentNotifyPayloadDescriptor = $convert.base64Decode(
'ChhBcHBvaW50bWVudE5vdGlmeVBheWxvYWQSPgoPQXBwb2ludG1lbnRUeXBlGAEgASgOMhQuYX'
'BpLkFwcG9pbnRtZW50VHlwZVIPQXBwb2ludG1lbnRUeXBlEjEKC0NvbW1pc3Npb25zGAIgAygL'
'Mg8uYXBpLkNvbW1pc3Npb25SC0NvbW1pc3Npb25zElIKFlNlZ21lbnRhdGlvblNlbGVjdGlvbn'
'MYBCADKAsyGi5hcGkuU2VnbWVudGF0aW9uU2VsZWN0aW9uUhZTZWdtZW50YXRpb25TZWxlY3Rp'
'b25zElAKEkNhcnJpZXJJbmZvcm1hdGlvbhgFIAMoCzIgLmFwaS5DYXJyaWVySW5mb3JtYXRpb2'
'5XaXRoVmFsdWVSEkNhcnJpZXJJbmZvcm1hdGlvbhIdCgRTbG90GAYgASgLMgkuYXBpLlNsb3RS'
'BFNsb3QSFgoGRW1haWxzGAcgAygJUgZFbWFpbHMSJAoNUmVtb3ZlZEVtYWlscxgQIAMoCVINUm'
'Vtb3ZlZEVtYWlscxI0CgZTdGF0dXMYCCABKAsyHC5hcGkuQXBwb2ludG1lbnRTdGF0dXNTdHJ1'
'Y3RSBlN0YXR1cxIiCgxDcmVhdGlvbkRhdGUYCSABKAlSDENyZWF0aW9uRGF0ZRIwCghNZXRhRG'
'F0YRgKIAMoCzIULmFwaS5NZXRhZGF0YUVsZW1lbnRSCE1ldGFEYXRhEhwKCUNhcnJpZXJJRBgL'
'IAEoCVIJQ2FycmllcklEEiAKC0NhcnJpZXJOYW1lGAwgASgJUgtDYXJyaWVyTmFtZRI4CgtBdH'
'RhY2htZW50cxgNIAMoCzIWLmFwaS5BdHRhY2htZW50U3VtbWFyeVILQXR0YWNobWVudHMSKgoQ'
'QXR0YWNobWVudE51bWJlchgOIAEoBVIQQXR0YWNobWVudE51bWJlchIkCg1IYXNDb21taXNzaW'
'9uGA8gASgIUg1IYXNDb21taXNzaW9uEhYKBlJlYXNvbhgRIAEoCVIGUmVhc29uEiYKDkluc3Ry'
'dWN0aW9uQWNrGBIgASgIUg5JbnN0cnVjdGlvbkFjazoZorsYB0NvbW1hbmSouxgBsrsYBk5vdG'
'lmeQ==');
@$core.Deprecated('Use appointmentNotifyDescriptor instead')
const AppointmentNotify$json = {
'1': 'AppointmentNotify',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.CommandHeader', '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentNotifyPayload', '10': 'Payload'},
{'1': 'EventPayload', '3': 4, '4': 1, '5': 11, '6': '.api.AppointmentNotifyPayload', '10': 'EventPayload'},
{'1': 'PreviousPayload', '3': 5, '4': 1, '5': 11, '6': '.api.AppointmentNotifyPayload', '10': 'PreviousPayload'},
],
'7': {},
};
/// Descriptor for `AppointmentNotify`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List appointmentNotifyDescriptor = $convert.base64Decode(
'ChFBcHBvaW50bWVudE5vdGlmeRIqCgZIZWFkZXIYASABKAsyEi5hcGkuQ29tbWFuZEhlYWRlcl'
'IGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRBI3CgdQYXlsb2FkGAMgASgL'
'Mh0uYXBpLkFwcG9pbnRtZW50Tm90aWZ5UGF5bG9hZFIHUGF5bG9hZBJBCgxFdmVudFBheWxvYW'
'QYBCABKAsyHS5hcGkuQXBwb2ludG1lbnROb3RpZnlQYXlsb2FkUgxFdmVudFBheWxvYWQSRwoP'
'UHJldmlvdXNQYXlsb2FkGAUgASgLMh0uYXBpLkFwcG9pbnRtZW50Tm90aWZ5UGF5bG9hZFIPUH'
'JldmlvdXNQYXlsb2FkOhWiuxgHQ29tbWFuZLK7GAZOb3RpZnk=');

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk name: dart_core_sdk
description: dart libs from core model proto files description: dart libs from core model proto files
version: 1.12.0-SNAPSHOT-251003080620 version: 1.12.0-SNAPSHOT-251003081122
homepage: '' homepage: ''
publish_to: '' publish_to: ''
repository: '' repository: ''