Content class
The content of a feed See https://www.rssboard.org/media-rss#media-content
Constructors
- Content({String? url, String? type, int? fileSize, String? medium, bool? isDefault, String? expression, int? bitrate, double? framerate, double? samplingrate, int? channels, int? duration, int? height, int? width, String? lang})
- Default constructor for the Content class
- Content.parse(XmlElement element)
-
Parse constructor for the Content class, used when 'parsing' a feed
factory
Properties
- bitrate → int?
-
The bitrate of the content
final
- channels → int?
-
The channels of the content
final
- duration → int?
-
The duration of the content
final
- expression → String?
-
The expression of the content
final
- fileSize → int?
-
The file size of the content
final
- framerate → double?
-
The framerate of the content
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → int?
-
The height of the content
final
- isDefault → bool?
-
The isDefault of the content
final
- lang → String?
-
The lang of the content
final
- medium → String?
-
The medium of the content
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samplingrate → double?
-
The samplingrate of the content
final
- type → String?
-
The type of the content
final
- url → String?
-
The url of the content
final
- width → int?
-
The width of the content
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