VCard1 class

Inheritance

Constructors

VCard1({VCardVersion version = VCardVersion.v1, required VCardName name, List<VCardTelephone>? telephone, List<VCardAddress>? address, VCardGeo? geo, List<String>? emails, VCardOrganization? organization, String? title, String? role, String? url, DateTime? revision})
Default constructor
VCard1.fromPlainText(String plainText)
Constructor from the plain text.
factory

Properties

address List<VCardAddress>?
A structured representation of the physical delivery address for the vCard object.
final
emails List<String>?
The address for electronic mail communication with the vCard object.
final
geo VCardGeo?
Specifies a latitude and longitude.
final
hashCode int
The hash code for this object.
no setterinherited
name VCardName
A structured representation of the name of the person, place or thing associated with the vCard object. Structure recognizes, in order separated by semicolons: Family Name, Given Name, Additional/Middle Names, Honorific Prefixes, and Honorific Suffixes
finalinherited
organization VCardOrganization?
The name and optionally the unit(s) of the organization associated with the vCard object. This property is based on the X.520 Organization Name attribute and the X.520 Organization Unit attribute.
final
revision DateTime?
A timestamp for the last time the vCard was updated.
final
role String?
The role, occupation, or business category of the vCard object within an organization.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
telephone List<VCardTelephone>?
The canonical number string for a telephone number for telephony communication with the vCard object.
final
title String?
Specifies the job title, functional position or function of the individual associated with the vCard object within an organization.
final
url String?
A URL pointing to a website that represents the person in some way.
final
version VCardVersion
The version of the vCard specification. In version 4.0, this must come right after the BEGIN property.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPlainText() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited