Expr.unknown constructor

const Expr.unknown(
  1. String name
)

Implementation

const factory Expr.unknown(String name) = ExprUnknown;