DeprecationStatus constructor

DeprecationStatus({
  1. String? deleted,
  2. String? deprecated,
  3. String? obsolete,
  4. String? replacement,
  5. String? state,
})

Implementation

DeprecationStatus({
  this.deleted,
  this.deprecated,
  this.obsolete,
  this.replacement,
  this.state,
});