DocumentInfo constructor

DocumentInfo({
  1. String? document,
  2. String? type,
  3. String? dateBegin,
  4. String? dateEnd,
  5. String? docGivePlace,
  6. String? docGivePlaceId,
  7. String? status,
})

Implementation

DocumentInfo({
  this.document,
  this.type,
  this.dateBegin,
  this.dateEnd,
  this.docGivePlace,
  this.docGivePlaceId,
  this.status,
});