Property constructor

Property({
  1. String? name,
  2. Expr? valueExpression,
})

Implementation

Property({this.name, this.valueExpression});