ExprNegate.fromProto constructor
ExprNegate.fromProto(
- ExprNegate proto
Implementation
factory ExprNegate.fromProto(pb.ExprNegate proto) {
return ExprNegate(Expr.fromProto(proto.arg));
}
factory ExprNegate.fromProto(pb.ExprNegate proto) {
return ExprNegate(Expr.fromProto(proto.arg));
}