toProto method
Implementation
@override
pb.Expr toProto() => pb.Expr(
record: pb.ExprRecord(
attributes: attributes.entries.map(
(entry) => MapEntry(entry.key, entry.value.toProto()),
),
),
);
@override
pb.Expr toProto() => pb.Expr(
record: pb.ExprRecord(
attributes: attributes.entries.map(
(entry) => MapEntry(entry.key, entry.value.toProto()),
),
),
);