Expr.record constructor

const Expr.record(
  1. Map<String, Expr> attributes
)

Implementation

const factory Expr.record(Map<String, Expr> attributes) = ExprRecord;