DublinCore class

Constructors

DublinCore({String? title, String? description, String? creator, String? subject, List<String> subjects = const <String>[], String? publisher, String? contributor, String? date, String? type, String? format, String? identifier, String? source, String? language, String? relation, String? coverage, String? rights})
const
DublinCore.parse(XmlElement element)
factory

Properties

contributor String?
final
coverage String?
final
creator String?
final
date String?
final
description String?
final
format String?
final
hashCode int
The hash code for this object.
no setterinherited
identifier String?
final
language String?
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
subjects List<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