Data.fromJson(Map<String, dynamic> json) { session = json['session'] != null ? Session.fromJson(json['session']) : null; }