StarRating class
The star rating of a media element See https://www.rssboard.org/media-rss#media-rating
Constructors
- StarRating({double? average, int? count, int? min, int? max})
- Default constructor for the StarRating class
- StarRating.parse(XmlElement? element)
-
Parse constructor for the StarRating class, used when 'parsing' a feed
factory
Properties
- average → double?
-
The average of the star rating
final
- count → int?
-
The count of the star rating
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- max → int?
-
The max of the star rating
final
- min → int?
-
The min of the star rating
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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