factory SessionResumptionConfig.fromJson(Map<String, dynamic> json) { return SessionResumptionConfig(handle: json['handle']); }