Content class

Element either contains or links to the content of the entry.

Constructors

Content({required String value, required String type, String? src})
Created a new Content object
Content.fromXml(XmlElement node, {String defaultType = 'xml'})
Creates a new Content object from an XmlElement
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src String?
IRI pointing to the content
getter/setter pair
type String
Original value's content-type
getter/setter pair
value String
Parsed content
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited