TelnyxSocketError.fromJson(Map<String, dynamic> json) { errorCode = json['code'] ?? 0; errorMessage = json['message'] ?? ''; }