You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
Lib version: 1.11.0-SNAPSHOT-250520143626
|
Lib version: 1.11.0-SNAPSHOT-250521074540
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ class Unit extends $pb.GeneratedMessage {
|
|||||||
|
|
||||||
class QuantityByUnit extends $pb.GeneratedMessage {
|
class QuantityByUnit extends $pb.GeneratedMessage {
|
||||||
factory QuantityByUnit({
|
factory QuantityByUnit({
|
||||||
Unit? unitID,
|
$core.String? unitID,
|
||||||
$core.double? value,
|
$core.double? value,
|
||||||
}) {
|
}) {
|
||||||
final $result = create();
|
final $result = create();
|
||||||
@@ -93,7 +93,7 @@ class QuantityByUnit extends $pb.GeneratedMessage {
|
|||||||
factory QuantityByUnit.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
factory QuantityByUnit.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||||
|
|
||||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'QuantityByUnit', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'QuantityByUnit', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||||
..aOM<Unit>(1, _omitFieldNames ? '' : 'UnitID', protoName: 'UnitID', subBuilder: Unit.create)
|
..aOS(1, _omitFieldNames ? '' : 'UnitID', protoName: 'UnitID')
|
||||||
..a<$core.double>(2, _omitFieldNames ? '' : 'Value', $pb.PbFieldType.OD, protoName: 'Value')
|
..a<$core.double>(2, _omitFieldNames ? '' : 'Value', $pb.PbFieldType.OD, protoName: 'Value')
|
||||||
..hasRequiredFields = false
|
..hasRequiredFields = false
|
||||||
;
|
;
|
||||||
@@ -115,15 +115,13 @@ class QuantityByUnit extends $pb.GeneratedMessage {
|
|||||||
|
|
||||||
/// referring to the Unit ID defined by the Site
|
/// referring to the Unit ID defined by the Site
|
||||||
@$pb.TagNumber(1)
|
@$pb.TagNumber(1)
|
||||||
Unit get unitID => $_getN(0);
|
$core.String get unitID => $_getSZ(0);
|
||||||
@$pb.TagNumber(1)
|
@$pb.TagNumber(1)
|
||||||
set unitID(Unit v) { $_setField(1, v); }
|
set unitID($core.String v) { $_setString(0, v); }
|
||||||
@$pb.TagNumber(1)
|
@$pb.TagNumber(1)
|
||||||
$core.bool hasUnitID() => $_has(0);
|
$core.bool hasUnitID() => $_has(0);
|
||||||
@$pb.TagNumber(1)
|
@$pb.TagNumber(1)
|
||||||
void clearUnitID() => $_clearField(1);
|
void clearUnitID() => $_clearField(1);
|
||||||
@$pb.TagNumber(1)
|
|
||||||
Unit ensureUnitID() => $_ensure(0);
|
|
||||||
|
|
||||||
/// Number of the specified unit
|
/// Number of the specified unit
|
||||||
@$pb.TagNumber(2)
|
@$pb.TagNumber(2)
|
||||||
|
|||||||
@@ -124,15 +124,15 @@ final $typed_data.Uint8List unitDescriptor = $convert.base64Decode(
|
|||||||
const QuantityByUnit$json = {
|
const QuantityByUnit$json = {
|
||||||
'1': 'QuantityByUnit',
|
'1': 'QuantityByUnit',
|
||||||
'2': [
|
'2': [
|
||||||
{'1': 'UnitID', '3': 1, '4': 1, '5': 11, '6': '.api.Unit', '10': 'UnitID'},
|
{'1': 'UnitID', '3': 1, '4': 1, '5': 9, '10': 'UnitID'},
|
||||||
{'1': 'Value', '3': 2, '4': 1, '5': 1, '8': {}, '10': 'Value'},
|
{'1': 'Value', '3': 2, '4': 1, '5': 1, '8': {}, '10': 'Value'},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Descriptor for `QuantityByUnit`. Decode as a `google.protobuf.DescriptorProto`.
|
/// Descriptor for `QuantityByUnit`. Decode as a `google.protobuf.DescriptorProto`.
|
||||||
final $typed_data.Uint8List quantityByUnitDescriptor = $convert.base64Decode(
|
final $typed_data.Uint8List quantityByUnitDescriptor = $convert.base64Decode(
|
||||||
'Cg5RdWFudGl0eUJ5VW5pdBIhCgZVbml0SUQYASABKAsyCS5hcGkuVW5pdFIGVW5pdElEEiQKBV'
|
'Cg5RdWFudGl0eUJ5VW5pdBIWCgZVbml0SUQYASABKAlSBlVuaXRJRBIkCgVWYWx1ZRgCIAEoAU'
|
||||||
'ZhbHVlGAIgASgBQg76QgsSCSkAAAAAAAAAAFIFVmFsdWU=');
|
'IO+kILEgkpAAAAAAAAAABSBVZhbHVl');
|
||||||
|
|
||||||
@$core.Deprecated('Use periodDescriptor instead')
|
@$core.Deprecated('Use periodDescriptor instead')
|
||||||
const Period$json = {
|
const Period$json = {
|
||||||
|
|||||||
@@ -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.11.0-SNAPSHOT-250520143626
|
version: 1.11.0-SNAPSHOT-250521074540
|
||||||
homepage: ''
|
homepage: ''
|
||||||
publish_to: ''
|
publish_to: ''
|
||||||
repository: ''
|
repository: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user