DocumentType constructor

DocumentType({
  1. String? sId,
  2. String? name,
  3. bool? isBackRequired,
  4. bool? isDeleted,
  5. String? createdAt,
  6. String? updatedAt,
  7. int? iV,
  8. int? status,
  9. String? code,
})

Implementation

DocumentType(
    {this.sId,
      this.name,
      this.isBackRequired,
      this.isDeleted,
      this.createdAt,
      this.updatedAt,
      this.iV,
      this.status,
      this.code});