Link class
- Inheritance
-
- Object
- NodeElement
- Link
- 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? dir, 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
-
final
- dir → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
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