Default constructor

Default(
  1. String? name,
  2. Expression expression
)

Implementation

Default(super.name, this.expression);