menu
geoxml package
documentation
geoxml.dart
Link
Link constructor
Link constructor
dark_mode
light_mode
Link
constructor
Link
(
{
String
href
=
''
,
String
?
text
,
String
?
type
,
})
Construct a new
Link
object.
Implementation
Link({this.href = '', this.text, this.type});
geoxml package
documentation
geoxml
Link
Link constructor
Link class