toProto method
Implementation
@override
pb.Expr toProto() => pb.Expr(
record: pb.ExprRecord(
attributes: {
for (final entry in attributes.entries)
entry.key: entry.value.toProto()
},
),
);
@override
pb.Expr toProto() => pb.Expr(
record: pb.ExprRecord(
attributes: {
for (final entry in attributes.entries)
entry.key: entry.value.toProto()
},
),
);