Link class

Inheritance
Implemented types

Constructors

Link({String? href, String? media, String? rel, String? sizes, String? type, String? accesskey, bool autofocus = false, List<StyleClass>? classList, bool contentEditable = false, String? contextmenu, String? dir, bool hidden = false, String? id, String? lang, String? role, bool spellcheck = false, List<StyleCSS>? styleList, int? tabindex, String? title})
const

Properties

accesskey String?
final
autofocus bool
final
classList List<StyleClass>?
final
contentEditable bool
final
contextmenu String?
final
dir String?
final
hashCode int
The hash code for this object.
no setterinherited
hidden bool
final
href String?
final
id String?
final
lang String?
final
media String?
final
rel String?
final
role String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizes String?
final
spellcheck bool
final
styleList List<StyleCSS>?
final
tabindex int?
final
title String?
final
type String?
final

Methods

build() String
override
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