VCardNickName class

One or more descriptive/familiar names for the object represented by this vCard.

Constructors

VCardNickName(List<String> nicknames)
Default constructor
VCardNickName.fromPlainText(String plainText)
Constructor from the plain text.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nicknames List<String>
One or more descriptive/familiar names.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({List<String>? nicknames}) VCardNickName
Creates a copy of this VCardNickName but with the given fields replaced with the new values.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPlainText() String
A plain text representation of the VCardName.
toString() String
A string representation of this object.
override

Operators

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