VCardInstantMessenger class

Defines an instant messenger handle.

This property was introduced in a separate RFC when the latest vCard version was 3.0. Therefore, 3.0 vCards might use this property without otherwise declaring it.

Constructors

VCardInstantMessenger({required String handler, required String username})
Default constructor
VCardInstantMessenger.fromPlainText(String plainText)
Constructor from the plain text.
factory

Properties

handler String
Defines the instant messenger handler
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String
Defines the instant messenger username
final

Methods

copyWith({String? handler, String? username}) VCardInstantMessenger
Creates a copy of this VCardInstantMessenger 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 VCardInstantMessenger.
toString() String
A string representation of this object.
override

Operators

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