Latest generation

This commit is contained in:
ci core model
2025-05-14 13:23:24 +00:00
parent 9ea17d3abe
commit b61709b2fa
177 changed files with 13987 additions and 14240 deletions

View File

@@ -30,11 +30,11 @@ export 'struct.pbenum.dart';
/// The JSON representation for `Struct` is JSON object.
class Struct extends $pb.GeneratedMessage with $mixin.StructMixin {
factory Struct({
$pb.PbMap<$core.String, Value>? fields,
$core.Iterable<$core.MapEntry<$core.String, Value>>? fields,
}) {
final $result = create();
if (fields != null) {
$result.fields.addAll(fields);
$result.fields.addEntries(fields);
}
return $result;
}