Price class

The price of a media feed See https://www.rssboard.org/media-rss#media-price

Constructors

Price({double? price, String? type, String? info, String? currency})
Default constructor for the Price class
Price.parse(XmlElement element)
Parse constructor for the Price class, used when 'parsing' a feed
factory

Properties

currency String?
The currency of the price
final
hashCode int
The hash code for this object.
no setterinherited
info String?
The info of the price
final
price double?
The price of the media
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The type of the price
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