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