Members class

contact_id : "64098e3c709404243c414545" agent_id : "64098e3928a39964ce42a36f" full_name : "devtestcallbot" avatar : "" gender : "male" status : "online" sip_user : "100"

Constructors

Members.new({String? contactId, String? agentId, String? fullName, String? avatar, String? gender, String? status, String? sipUser})
Members.fromJson(dynamic json)

Properties

agentId String?
getter/setter pair
avatar String?
getter/setter pair
contactId String?
getter/setter pair
fullName String?
getter/setter pair
gender String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sipUser String?
getter/setter pair
status String?
getter/setter pair

Methods

copyWith({String? contactId, String? agentId, String? fullName, String? avatar, String? gender, String? status, String? sipUser}) Members
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