menu
geoxml package
documentation
geoxml.dart
Email
Email constructor
Email constructor
dark_mode
light_mode
Email
constructor
Email
(
{
String
id
=
''
,
String
domain
=
''
,
})
Construct a new
Email
with id and domain.
Implementation
Email({this.id = '', this.domain = ''});
geoxml package
documentation
geoxml
Email
Email constructor
Email class