NWArticle class
article information
- Implemented types
- Implementers
Constructors
Properties
-
emphasized
↔ List<
String> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
keywords
↔ List<
String> -
getter/setter pair
- lastModified → DateTime
-
no setter
-
links
↔ List<
(String, Uri)> -
getter/setter pair
- name → String
-
no setter
- path ↔ Uri
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String
-
getter/setter pair
Methods
-
asMap(
) → Map< String, Object> -
asStringMap(
) → Map< String, String> -
compareTo(
NWArticle other, {SortMethod method = SortMethod.byName, SortOrder order = SortOrder.ascend}) → int -
Compares this object to another object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
replaced(
{String? title, Uri? path, List< (String, Uri)> ? links, List<String> ? keywords, List<String> ? emphasized}) → NWArticle -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited