Sentinel constructor

Sentinel({
  1. String? kind,
  2. String? valueAsString,
})

Implementation

Sentinel({
  this.kind,
  this.valueAsString,
});