MeCard constructor
MeCard({})
Default constructor. Only name
is required.
Implementation
MeCard({
required this.name,
this.lastName,
this.nickname,
this.organization,
this.role,
this.telephones,
this.videophones,
this.emails,
this.addresses,
this.urls,
this.birthday,
this.socialProfiles,
this.note,
});