menu
mno_commons package
documentation
utils/href.dart
Href
Href constructor
Href constructor
dark_mode
light_mode
Href
constructor
Href
(
String
href
, {
String
baseHref
=
'/'
,
})
Implementation
Href(this.href, {String baseHref = '/'}) : this.baseHref = (baseHref.isEmpty) ? "/" : baseHref;
mno_commons package
documentation
utils/href
Href
Href constructor
Href class