VCard class abstract

Abstract class that represents a vCard

Implementers

Constructors

VCard({required VCardVersion version, required VCardName name})

Properties

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
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version VCardVersion
The version of the vCard specification. In version 4.0, this must come right after the BEGIN property.
final

Methods

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