HypertextApplicationLanguageLink class

A Link Object represents a hyperlink from the containing resource to a URI. It has the following properties:

Constructors

const
HypertextApplicationLanguageLink.fromMap(Map<String, dynamic> map)
Provides a Link object from a JSON-like map.

Properties

deprecation String?
5.4. deprecation
final
hashCode int
The hash code for this object.
no setterinherited
href String
5.1. href
final
hreflang String?
5.8. hreflang
final
name String?
5.5. name
final
profile String?
5.6. profile
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templated bool
5.2. templated
final
title String?
5.7. title
final
type String?
5.3. type
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