ValueRecipient class

Represents a value recipient with name, customKey, customValue, type, address, split, and fee attributes.

The ValueRecipient class corresponds to the valueRecipient element in the podcast namespace.

Constructors

ValueRecipient({String? name, String? customKey, String? customValue, String? type, String? address, int? split, required bool fee})
Constructor for creating a ValueRecipient object.
ValueRecipient.parse(XmlElement element)
Factory method to parse an XmlElement and create a ValueRecipient object from it.
factory

Properties

address String?
The address attribute value of the value recipient.
final
customKey String?
The customKey attribute value of the value recipient.
final
customValue String?
The customValue attribute value of the value recipient.
final
fee bool
The fee attribute value of the value recipient.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name attribute value of the value recipient.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
split int?
The split attribute value of the value recipient.
final
type String?
The type attribute value of the value recipient.
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