CallScreenInfo.fromJson(Map<String, dynamic> json) : phone = json['phone'], direction = _toDirectionEnum(json['direction']);