$NegativeKeyword constructor

$NegativeKeyword({
  1. String? keywordValue,
  2. String? name,
})

Implementation

$NegativeKeyword({
  this.keywordValue,
  this.name,
});