toJson method
Implementation
Map<String, dynamic> toJson() => {
"active": active,
"status": status,
"journey": journey,
"hangup": hangup,
"startDtTime": startDtTime,
"endDtTime": endDtTime,
"duration": duration,
};