SuggestedArticle class

This class stores the data associated with a suggested article

Constructors

SuggestedArticle({String suggestedBy, String donorNumber, String dateSuggested, String url, String comments})
Constructor

Properties

comments String
read / write
dateSuggested String
read / write
donorNumber String
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
suggestedBy String
read / write
url String
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() Map<String, String>
Generates a map from a SuggestedArticle object, used when writing data to the database
toString() String
Returns a string representation of this object.
inherited

Operators

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