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.new(String value, [String? scheme])
- Creates a new Rating object
- Rating.fromXml(XmlElement node)
-
Creates a new Rating object from an
XmlElement
factory
Properties
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