Statistics class

Represents statistics with views and favorites attributes.

Constructors

Statistics({int? views, int? favorites})
Constructor for creating a Statistics object.
Statistics.parse(XmlElement? element)
Factory method to parse an XmlElement and create a Statistics object from it.
factory

Properties

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