menu
dart_doc_pilot package
documentation
models.dart
DocLink
DocLink.new constructor
DocLink.new constructor
dark_mode
light_mode
DocLink
constructor
DocLink
(
{
required
String
text
,
String
?
target
,
bool
isImage
=
false
,
String
?
url
,
})
Implementation
DocLink({required this.text, this.target, this.isImage = false, this.url});
dart_doc_pilot package
documentation
models
DocLink
DocLink.new constructor
DocLink class