You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1707,14 +1707,12 @@ class Commission extends $pb.GeneratedMessage {
|
||||
$core.String? orderID,
|
||||
$core.Iterable<QuantityByUnit>? quantities,
|
||||
$core.String? actorID,
|
||||
$core.String? executionflowID,
|
||||
}) {
|
||||
final result = create();
|
||||
if (projectID != null) result.projectID = projectID;
|
||||
if (orderID != null) result.orderID = orderID;
|
||||
if (quantities != null) result.quantities.addAll(quantities);
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (executionflowID != null) result.executionflowID = executionflowID;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -1728,7 +1726,6 @@ class Commission extends $pb.GeneratedMessage {
|
||||
..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID')
|
||||
..pc<QuantityByUnit>(3, _omitFieldNames ? '' : 'Quantities', $pb.PbFieldType.PM, protoName: 'Quantities', subBuilder: QuantityByUnit.create)
|
||||
..aOS(4, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..aOS(6, _omitFieldNames ? '' : 'ExecutionflowID', protoName: 'ExecutionflowID')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1778,15 +1775,6 @@ class Commission extends $pb.GeneratedMessage {
|
||||
$core.bool hasActorID() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearActorID() => $_clearField(4);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$core.String get executionflowID => $_getSZ(4);
|
||||
@$pb.TagNumber(6)
|
||||
set executionflowID($core.String value) => $_setString(4, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasExecutionflowID() => $_has(4);
|
||||
@$pb.TagNumber(6)
|
||||
void clearExecutionflowID() => $_clearField(6);
|
||||
}
|
||||
|
||||
class Booking extends $pb.GeneratedMessage {
|
||||
|
||||
Reference in New Issue
Block a user