CallRecording class

Constructors

CallRecording({required String? agent_number, required String? phone_number, required String? file_path, required String? file_name})

Properties

agent_number String?
getter/setter pair
duration_number String?
getter/setter pair
file_name String?
getter/setter pair
file_path String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
phone_number String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transcription 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