Funding class

Represents funding information for a podcast episode.

The Funding class corresponds to the podcast:funding element in the podcast namespace.

Constructors

Funding({String? url, String? value})
Constructor for creating a Funding object.
Funding.parse(XmlElement element)
Factory method to parse an XmlElement and create a Funding object from it.
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
url String?
The URL associated with the funding information.
final
value String?
The value of the funding information.
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