$ArticleInterface class abstract interface

Implementers
Annotations
  • @BuiltValue(instantiable: false)

Constructors

$ArticleInterface()

Properties

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

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