OpmlHeadBuilder class

Constructors

OpmlHeadBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() OpmlHead
dateCreated(String dateCreated) OpmlHeadBuilder
dateModified(String dateModified) OpmlHeadBuilder
docs(String docs) OpmlHeadBuilder
expansionState(String expansionState) OpmlHeadBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ownerEmail(String ownerEmail) OpmlHeadBuilder
ownerId(String ownerId) OpmlHeadBuilder
ownerName(String ownerName) OpmlHeadBuilder
title(String title) OpmlHeadBuilder
toString() String
A string representation of this object.
inherited
vertScrollState(int vertScrollState) OpmlHeadBuilder
windowBottom(int windowBottom) OpmlHeadBuilder
windowLeft(int windowLeft) OpmlHeadBuilder
windowRight(int windowRight) OpmlHeadBuilder
windowTop(int windowTop) OpmlHeadBuilder

Operators

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