OrganizationInfo class
Represents an organization associated with the contact.
Constructors
- OrganizationInfo({String? company, String? jobTitle})
- Creates an OrganizationInfo containing company and job title details.
- OrganizationInfo.fromMap(Map map)
-
Creates an OrganizationInfo instance from a map returned by the native platform.
factory
Properties
- company → String?
-
The company name the contact is associated with.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- jobTitle → String?
-
The contact's job title or role within the company.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited