VCard class

Constructors

VCard(String vCardString)

Properties

birthday String?
no setter
categories String?
no setter
formattedName String?
no setter
fullString String
no setter
gender String?
no setter
hashCode int
The hash code for this object.
no setterinherited
lines List<String>
getter/setter pair
name List<String>?
no setter
nickname String?
no setter
note String?
no setter
organisation String?
no setter
position String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
no setter
typedAddress List
no setter
typedEmail List
no setter
typedTelephone List
no setter
typedURL List
no setter
vCardString String
getter/setter pair
version String
getter/setter pair

Methods

getWordOfPrefix(String prefix) String?
getWordsOfPrefix(String prefix) List<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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