menu
rss_dart package
documentation
domain/atom_link.dart
AtomLink
AtomLink const constructor
AtomLink const constructor
dark_mode
light_mode
AtomLink
constructor
const
AtomLink
(
String
?
href
,
String
?
rel
,
String
?
type
,
String
?
hreflang
,
String
?
title
,
int
length
,
)
Implementation
const AtomLink( this.href, this.rel, this.type, this.hreflang, this.title, this.length, );
rss_dart package
documentation
domain/atom_link
AtomLink
AtomLink const constructor
AtomLink class