DecryptedSubject constructor

DecryptedSubject({
  1. int? nid,
  2. String? app,
  3. String? subject,
  4. String? type,
  5. String? id,
  6. bool? delete,
  7. bool? deleteAll,
})

Implementation

DecryptedSubject({
  this.nid,
  this.app,
  this.subject,
  this.type,
  this.id,
  this.delete,
  this.deleteAll,
});