Status class

The status of a media element See https://www.rssboard.org/media-rss#media-status

Constructors

Status({String? state, String? reason})
Default constructor for the Status class
Status.parse(XmlElement element)
Parse constructor for the Status class, used when 'parsing' a feed
factory

Properties

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