MetaInformation class

Meta information.

Constructors

MetaInformation({String? name, String? content, String? charset, String? httpEquiv, Map<String, String>? additionalAttributes})

Properties

additionalAttributes Map<String, String>?
Any additional attributes.
final
charset String?
This attribute declares the document's character encoding. If the attribute is present, its value must be an ASCII case-insensitive match for the string "utf-8", because UTF-8 is the only valid encoding for HTML5 documents. elements which declare a character encoding must be located entirely within the first 1024 bytes of the document.
final
content String?
This attribute contains the value for the http-equiv or name attribute, depending on which is used.
final
hashCode int
The hash code for this object.
no setterinherited
httpEquiv String?
Defines a pragma directive.
final
name String?
The name and content attributes can be used together to provide document metadata in terms of name-value pairs, with the name attribute giving the metadata name, and the content attribute giving the value.
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