$ContactInfo class Null safety
Used by:
- displayvideo:v1 : ContactInfo
- displayvideo:v2 : ContactInfo
Constructors
Properties
- countryCode ↔ String?
-
Country code of the member.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
hashedEmails
↔ List<
String> ? -
A list of SHA256 hashed email of the member.
read / write
- hashedFirstName ↔ String?
-
SHA256 hashed first name of the member.
read / write
- hashedLastName ↔ String?
-
SHA256 hashed last name of the member.
read / write
-
hashedPhoneNumbers
↔ List<
String> ? -
A list of SHA256 hashed phone numbers of the member.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
zipCodes
↔ List<
String> ? -
A list of zip codes of the member.
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