ContactQ class

Constructors

ContactQ({String? q1, String? c1, String? q2, String? c2, String? q3, String? c3, String? q4, String? c4})
ContactQ.fromJson(Map<String, dynamic> json)
factory

Properties

c1 String?
getter/setter pair
c2 String?
getter/setter pair
c3 String?
getter/setter pair
c4 String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
q1 String?
getter/setter pair
q2 String?
getter/setter pair
q3 String?
getter/setter pair
q4 String?
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited