toMap method

Map<String, dynamic> toMap()

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
  };
}