DublinCore class

Constructors

DublinCore({String? title, String? description, String? creator, String? subject, String? publisher, String? contributor, DateTime? date, DateTime? created, DateTime? modified, String? type, String? format, String? identifier, String? source, String? language, String? relation, String? coverage, String? rights})
Default constructor for the DublinCore class
DublinCore.parse(XmlElement element)
Parse constructor for the DublinCore class, used when 'parsing' a feed
factory

Properties

contributor String?
An entity responsible for making contributions to the resource
final
coverage String?
The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant
final
created DateTime?
The date of creation of the resource
final
creator String?
An entity primarily responsible for making the resource
final
date DateTime?
A point or period of time associated with an event in the lifecycle of the resource
final
description String?
A description of the resource
final
format String?
The file format, physical medium, or dimensions of the resource
final
hashCode int
The hash code for this object.
no setterinherited
identifier String?
An unambiguous reference to the resource within a given context
final
language String?
A language of the resource
final
modified DateTime?
The date of modification of the resource
final
publisher String?
An entity responsible for making the resource available
final
relation String?
A related resource
final
rights String?
Information about rights held in and over the resource
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
A related resource from which the described resource is derived
final
subject String?
The topic of the resource
final
title String?
The title of the resource
final
type String?
The nature or genre of the resource
final

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