factory ExprNegate.fromJson(Map<String, Object?> json) { return ExprNegate( Expr.fromJson(json['arg'] as Map<String, Object?>), ); }