$ArticleInterfaceBuilder class abstract mixin

Implementers

Constructors

$ArticleInterfaceBuilder()

Properties

author String?
getter/setter pair
body String?
getter/setter pair
contentHash String?
getter/setter pair
getter/setter pair
enclosureMime String?
getter/setter pair
feedId int?
getter/setter pair
fingerprint String?
getter/setter pair
guid String?
getter/setter pair
guidHash String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
lastModified int?
getter/setter pair
mediaDescription String?
getter/setter pair
mediaThumbnail String?
getter/setter pair
pubDate int?
getter/setter pair
rtl bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
starred bool?
getter/setter pair
title String?
getter/setter pair
unread bool?
getter/setter pair
updatedDate int?
getter/setter pair
url String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace($ArticleInterface other) → void
toString() String
A string representation of this object.
inherited
update(void updates($ArticleInterfaceBuilder)) → void

Operators

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