DcTerms class

DcTerms is an extension to Dublin core

https://web.resource.org/rss/1.0/modules/dcterms/

Constructors

DcTerms.parseFomXml(UniversalFeed uf, XmlElement node)
factory

Properties

available ↔ DcPeriod?
Date (often a range) that the resource will become or did become available.
getter/setter pair
created String?
Date of creation of the resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issued String?
Date of formal issuance (e.g., publication) of the resource.
getter/setter pair
modified String?
Date on which the resource was changed.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valid ↔ DcPeriod?
Date (often a range) of validity of a resource.
getter/setter pair

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