ContactCardMaker class

A Calculator.

Constructors

ContactCardMaker({required String name, List<String>? emails, Map<String, String>? phones, Map<String, String>? whatsapp, Map<String, String>? others})

Properties

emails List<String>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pair
others Map<String, String>?
getter/setter pair
phones Map<String, String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
whatsapp Map<String, String>?
getter/setter pair

Methods

create() String
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