OpmlHead constructor

OpmlHead({
  1. String? title,
  2. String? dateCreated,
  3. String? dateModified,
  4. String? ownerName,
  5. String? ownerEmail,
  6. String? ownerId,
  7. String? docs,
  8. String? expansionState,
  9. int? vertScrollState,
  10. int? windowTop,
  11. int? windowLeft,
  12. int? windowRight,
  13. int? windowBottom,
})

Implementation

OpmlHead({
  this.title,
  this.dateCreated,
  this.dateModified,
  this.ownerName,
  this.ownerEmail,
  this.ownerId,
  this.docs,
  this.expansionState,
  this.vertScrollState,
  this.windowTop,
  this.windowLeft,
  this.windowRight,
  this.windowBottom,
});