Cdr class

Constructors

Cdr({String? accountcode, String? src, String? dst, String? dcontext, String? clid, String? channel, String? dstchannel, String? lastapp, String? lastdata, String? calldate, String? answerdate, String? hangupdate, String? duration, String? billsec, String? disposition, String? amaflags, String? uniqueid, String? userfield})

Properties

accountcode String?
getter/setter pair
amaflags String?
getter/setter pair
answerdate String?
getter/setter pair
billsec String?
getter/setter pair
calldate String?
getter/setter pair
channel String?
getter/setter pair
clid String?
getter/setter pair
dcontext String?
getter/setter pair
disposition String?
getter/setter pair
dst String?
getter/setter pair
dstchannel String?
getter/setter pair
duration String?
getter/setter pair
hangupdate String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastapp String?
getter/setter pair
lastdata String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src String?
getter/setter pair
uniqueid String?
getter/setter pair
userfield String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse() Map<String, String>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited