ExprRecord constructor

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

Implementation

const ExprRecord(this.attributes);