$OrderContact class Null safety
Used by:
- dfareporting:v3.5 : OrderContact
- dfareporting:v4 : OrderContact
Constructors
- $OrderContact({String? contactInfo, String? contactName, String? contactTitle, String? contactType, String? signatureUserProfileId})
- $OrderContact.fromJson(Map json_)
Properties
- contactInfo ↔ String?
-
Free-form information about this contact.
read / write
- contactName ↔ String?
-
Name of this contact.
read / write
- contactTitle ↔ String?
-
Title of this contact.
read / write
- contactType ↔ String?
-
Type of this contact.
Possible string values are:
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- signatureUserProfileId ↔ String?
-
ID of the user profile containing the signature that will be embedded into
order documents.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited