Link class Null safety

Constructors

Link.parse(Map json)
factory

Properties

hash String?
SHA-256 hash of the resource.
final
hashCode int
The hash code for this object.
read-onlyinherited
href String
final
length int?
Content length in octets.
final
mediaType MediaType
read-only
profile Uri?
Expected profile used to identify the external resource. (URI)
final
rel List<String>
Indicates the relationship between the resource and its containing collection.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
templated bool
Indicates that the linked resource is a URI template.
final
templateParameters List<String>
List of URI template parameter keys, if the Link is templated.
read-only
title String?
Title for the Link.
final
type String?
MIME type of resource.
final
url Uri
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
urlWithParams({Map<String, String?> parameters = const {}}) Uri

Operators

operator ==(Object other) bool
The equality operator.
inherited