Season class

Represents a season with name and value attributes.

The Season class corresponds to the season element in the podcast namespace.

Constructors

Season({String? name, int? value})
Constructor for creating a Season object.
Season.parse(XmlElement element)
Factory method to parse an XmlElement and create a Season object from it.
factory

Properties

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