Opml class

Constructors

Opml({String? title, DateTime? dateCreated, DateTime? dateModified, String? ownerName, String? ownerEmail, String? ownerId, String? docs, String? expansionState, String? vertScrollState, String? windowTop, String? windowLeft, String? windowBottom, String? windowRight, List<OpmlItem>? items})
Opml.parse(String opmlString)
factory

Properties

dateCreated DateTime?
final
dateModified DateTime?
final
docs String?
final
expansionState String?
final
hashCode int
The hash code for this object.
no setterinherited
items List<OpmlItem>?
final
ownerEmail String?
final
ownerId String?
final
ownerName String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
vertScrollState String?
final
windowBottom String?
final
windowLeft String?
final
windowRight String?
final
windowTop String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited