VCardOrganization class

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.

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
units List<String>
Unit(s) of the organization associated with the vCard
final

Methods

copyWith(List<String>? units) VCardOrganization
Creates a copy of this VCardOrganization 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 VCardOrganization.
toString() String
A string representation of this object.
override

Operators

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