ResendAddContactResponse class
Response of a add contact request
Constructors
- ResendAddContactResponse.new({required String contactId})
-
Constructor of ResendAddContactResponse
const
- ResendAddContactResponse.fromJson(Json json)
-
Factory method for creating a ResendAddContactResponse instance from a JSON object
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited