toMap method
Implementation
Map<String, dynamic> toMap() {
return <String, dynamic>{
'idClient': this.idClient,
'scene': this.scene,
'from': this.from,
'to': this.to,
'idServer': this.idServer,
'time': this.time,
'receiverId': this.receiverId
};
}