Value class

Represents a value with type, method, suggested, and valueRecipients attributes.

The Value class corresponds to the value element in the podcast namespace.

Constructors

Value({String? type, String? method, String? suggested, required List<ValueRecipient> valueRecipients})
Constructor for creating a Value object.
Value.parse(XmlElement element)
Factory method to parse an XmlElement and create a Value object from it.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
method String?
The method attribute value of the value.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggested String?
The suggested attribute value of the value.
final
type String?
The type attribute value of the value.
final
valueRecipients List<ValueRecipient>
The list of value recipients associated with this value.
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