ContactMessageParams class
Represents the parameters for a contact message.
This class holds the name and a list of numbers associated with a contact. It is designed to encapsulate the data required to send or manipulate contact messages within the application.
- Available extensions
 
Constructors
- 
          ContactMessageParams({required String name, required List<
String> numbers}) - Initializes a new instance of the ContactMessageParams class.
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - name ↔ String
 - 
  The name of the contact.
  getter/setter pair
 - 
  numbers
  ↔ List<
String>  - 
  A list of phone numbers associated with the contact.
  getter/setter pair
 - 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
 - 
  toMap(
) → Map< String, dynamic>  - 
      
Available on ContactMessageParams, provided by the ExtractContactMessageParams extension
Converts a ContactMessageParams object into a map. - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited