parse method
Implementation
Map<String, String> parse() {
return {
"accountcode": accountcode ?? "",
"src": src ?? "",
"dst": dst ?? "",
"dcontext": dcontext ?? "",
"clid": clid ?? "",
"channel": channel ?? "",
"dstchannel": dstchannel ?? "",
"lastapp": lastapp ?? "",
"lastdata": lastdata ?? "",
"calldate": calldate ?? "",
"answerdate": answerdate ?? "",
"hangupdate": hangupdate ?? "",
"duration": duration ?? "",
"billsec": billsec ?? "",
"disposition": disposition ?? "",
"amaflags": amaflags ?? "",
"uniqueid": uniqueid ?? "",
"userfield": userfield ?? "",
};
}