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})
DublinCore.parse(XmlElement element)
factory

Properties

contributor String?
final
coverage String?
final
created DateTime?
final
creator String?
final
date DateTime?
final
description String?
final
format String?
final
hashCode int
The hash code for this object.
no setterinherited
identifier String?
final
language String?
final
modified DateTime?
final
publisher String?
final
relation String?
final
rights String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
final
subject String?
final
title String?
final
type String?
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