Description constructor

const Description(
  1. {String? type,
  2. String? value}
)

Implementation

const Description({
  this.type,
  this.value,
});