$KindExpression constructor Null safety

$KindExpression(
  1. {String? name}
)

Implementation

$KindExpression({
  this.name,
});