Identification constructor

Identification({
  1. String? number,
  2. String? type,
})

Implementation

Identification({
  this.number,
  this.type
});