Rating class

This allows the permissible audience to be declared. If this element is not included, it assumes that no restrictions are necessary.

Constructors

Rating(String value, [String? scheme])
Creates a new Rating object
Rating.fromXml(XmlElement node)
Creates a new Rating object from an XmlElement
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String?
is the URI that identifies the rating scheme.
getter/setter pair
value String
original value of the entry
getter/setter pair

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